explorer:ExplorerWindow: nice 'Ecere Explorer (Debug)' title when in debug mode
[ede] / explorer / src / ExplorerWindow.ec
index b29363c..2a61c01 100644 (file)
@@ -16,7 +16,11 @@ enum ExplorerToolId
 
 class ExplorerWindow : Window
 {
+#ifdef _DEBUG
+   text = "Ecere Explorer (Debug)";
+#else
    text = "Ecere Explorer";
+#endif
    background = activeBorder;
    borderStyle = sizable;
    hasMaximize = true;