ide: remove project file name from title bar after a project close.
authorRejean Loyer <rejean.loyer@gmail.com>
Tue, 6 Mar 2012 09:13:52 +0000 (04:13 -0500)
committerRejean Loyer <rejean.loyer@gmail.com>
Tue, 6 Mar 2012 13:55:09 +0000 (08:55 -0500)
ide/src/ide.ec

index 0306657..9d492f8 100644 (file)
@@ -832,6 +832,7 @@ class IDEWorkSpace : Window
                      char workingDir[MAX_LOCATION];
                      GetWorkingDir(workingDir, MAX_LOCATION);
                      findInFilesDialog.currentDirectory = workingDir;
+                     ideMainFrame.text = titleECEREIDE;
                   }
                }
             }