ide: Updated title capitalization to match style in app description
authorJerome St-Louis <jerome@ecere.com>
Thu, 20 Feb 2014 18:01:36 +0000 (13:01 -0500)
committerJerome St-Louis <jerome@ecere.com>
Thu, 20 Feb 2014 18:01:36 +0000 (13:01 -0500)
- Fixes Unity menus switching back and forth

ide/src/ide.ec

index c551bf1..8ce9871 100644 (file)
@@ -3697,7 +3697,7 @@ IDEMainFrame ideMainFrame { };
 
 define app = ((IDEApp)__thisModule);
 #ifdef _DEBUG
-define titleECEREIDE = $"ECERE IDE (Debug)";
+define titleECEREIDE = $"Ecere IDE (Debug)";
 #else
-define titleECEREIDE = $"ECERE IDE";
+define titleECEREIDE = $"Ecere IDE";
 #endif