/[gnustep]/gnustep/core/gui/Source/GSNibTemplates.m
ViewVC logotype

Diff of /gnustep/core/gui/Source/GSNibTemplates.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by gcasa, Mon Sep 1 09:21:46 2003 UTC revision 1.8 by gcasa, Sun Sep 28 23:25:16 2003 UTC
# Line 137  static const int currentVersion = 1; // Line 137  static const int currentVersion = 1; //
137          }          }
138    
139        /*        /*
140           * Set the Services menu.
141           * Report #5205, Services/Window menu does not behave correctly.
142           */
143          menu = [nameTable objectForKey: @"NSServicesMenu"];
144          if (menu != nil && [menu isKindOfClass: [NSMenu class]] == YES)
145            {
146              [NSApp setServicesMenu: menu];
147            }
148    
149          /*
150           * Set the Services menu.
151           * Report #5205, Services/Window menu does not behave correctly.
152           */
153          menu = [nameTable objectForKey: @"NSWindowsMenu"];
154          if (menu != nil && [menu isKindOfClass: [NSMenu class]] == YES)
155            {
156              [NSApp setWindowsMenu: menu];
157            }
158    
159          /*
160         * Now tell all the objects that they have been loaded from         * Now tell all the objects that they have been loaded from
161         * a nib.         * a nib.
162         */         */

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26