Author: dpage
Date: 2005-11-07 11:49:35 +0000 (Mon, 07 Nov 2005)
New Revision: 4698
Modified:
trunk/pgadmin3/src/frm/frmMain.cpp
Log:
Remove the un-implemented online update option from the help menu.
Modified: trunk/pgadmin3/src/frm/frmMain.cpp
===================================================================
--- trunk/pgadmin3/src/frm/frmMain.cpp 2005-11-07 10:05:47 UTC (rev 4697)
+++ trunk/pgadmin3/src/frm/frmMain.cpp 2005-11-07 11:49:35 UTC (rev 4698)
@@ -215,7 +215,7 @@
new tipOfDayFactory(menuFactories, helpMenu, 0);
helpMenu->AppendSeparator();
- new onlineUpdateFactory(menuFactories, helpMenu, 0);
+ // new onlineUpdateFactory(menuFactories, helpMenu, 0);
new bugReportFactory(menuFactories, helpMenu, 0);
actionFactory *abFact=new aboutFactory(menuFactories, helpMenu, 0);