Author: dpage
Date: 2005-11-07 11:51:41 +0000 (Mon, 07 Nov 2005)
New Revision: 4699
Modified:
branches/REL-1_4_0_PATCHES/pgadmin3/src/frm/frmMain.cpp
Log:
Remove the un-implemented online update option from the help menu.
Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/frm/frmMain.cpp
===================================================================
--- branches/REL-1_4_0_PATCHES/pgadmin3/src/frm/frmMain.cpp 2005-11-07 11:49:35 UTC (rev 4698)
+++ branches/REL-1_4_0_PATCHES/pgadmin3/src/frm/frmMain.cpp 2005-11-07 11:51:41 UTC (rev 4699)
@@ -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);