explorer:ExplorerWindow: nice 'Ecere Explorer (Debug)' title when in debug mode
authorRejean Loyer <rejean.loyer@gmail.com>
Wed, 14 Sep 2011 22:10:30 +0000 (18:10 -0400)
committerRejean Loyer <rejean.loyer@gmail.com>
Wed, 14 Sep 2011 22:55:31 +0000 (18:55 -0400)
explorer/src/ExplorerWindow.ec

index b29363c..2a61c01 100644 (file)
@@ -16,7 +16,11 @@ enum ExplorerToolId
 
 class ExplorerWindow : Window
 {
 
 class ExplorerWindow : Window
 {
+#ifdef _DEBUG
+   text = "Ecere Explorer (Debug)";
+#else
    text = "Ecere Explorer";
    text = "Ecere Explorer";
+#endif
    background = activeBorder;
    borderStyle = sizable;
    hasMaximize = true;
    background = activeBorder;
    borderStyle = sizable;
    hasMaximize = true;