diff --git a/ANNOUNCE b/ANNOUNCE
index b9e29a7..a2993ab 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -30,7 +30,7 @@ information regarding GNUstep resources
Where can you get it? How can you compile it?
==============================================
- You can download sources and rpms (for some machines) from
+ You can download the sources from
ftp://ftp.gnustep.org/pub/gnustep/dev-apps/.
Where do I send bug reports?
diff --git a/ChangeLog b/ChangeLog
index 8c123a2..4bbb727 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
+2003-07-10 Philippe C.D. Robert
+
+ * Disabled unused menu entries: ProjectCenter_main.m
+ * Some spelling corrections: PCMenuController.m
+
2003-07-05 Philippe C.D. Robert
* Uppercase key for interface category lookup: PCFileManager.m
diff --git a/PCMenuController.m b/PCMenuController.m
index 16e21a8..0dbc9ce 100644
--- a/PCMenuController.m
+++ b/PCMenuController.m
@@ -426,7 +426,7 @@
- (void)fileOpenQuickly:(id)sender
{
NSRunAlertPanel(@"PCMenuController: Sorry!",
- @"This feature not finished yet",
+ @"This feature is not finished yet",
@"OK",nil,nil);
}
@@ -439,14 +439,14 @@
[projectManager renameFileTo:proj];*/
NSRunAlertPanel(@"PCMenuController: Sorry!",
- @"This feature not finished yet",
+ @"This feature is not finished yet",
@"OK",nil,nil);
}
- (void)fileNewUntitled:(id)sender
{
NSRunAlertPanel(@"PCMenuController: Sorry!",
- @"This feature not finished yet",
+ @"This feature is not finished yet",
@"OK",nil,nil);
}
diff --git a/ProjectCenter_main.m b/ProjectCenter_main.m
index 0df8be4..dc503ac 100644
--- a/ProjectCenter_main.m
+++ b/ProjectCenter_main.m
@@ -62,7 +62,9 @@ createMenu()
#endif
NSMenu *file;
+#ifdef ENABLE_ALL_FILE_OPERATIONS
NSMenu *file_view;
+#endif
NSMenu *edit;
NSMenu *edit_find;
@@ -204,6 +206,7 @@ createMenu()
[file addItemWithTitle:@"Close"
action:@selector(fileClose:)
keyEquivalent:@"W"];
+#ifdef ENABLE_ALL_FILE_OPERATIONS
[file addItemWithTitle:@"View"
action:action
keyEquivalent:@""];
@@ -229,6 +232,7 @@ createMenu()
[file_view addItemWithTitle:@"Tear Off"
action:action
keyEquivalent:@"T"];
+#endif
/*
* Edit submenu