Sample/Window.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 06:33:06 +0000 (14:33 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 27 May 2010 06:33:06 +0000 (14:33 +0800)
Sample/Window.js

index d527686..9ea9b56 100644 (file)
@@ -706,7 +706,7 @@ Window=new XObject({
                                                                                             return;
                                                                                             
                                                                                         }
-                                                                                        this.get('/Window').setTitle(f.name);
+                                                                                        this.get('/Window').setTitle(f.project.getName() + ' - ' + f.name);
                                                                                         
                                                                                         if (f.items.length && typeof(f.items[0]) == 'string') {