From bc85c7fe8dad22f6c2c0feb3ba91999502594b7c Mon Sep 17 00:00:00 2001 From: steffen123 Date: Fri, 9 Jul 2010 20:47:58 +0200 Subject: [PATCH] removed unimplemented menu entry abbreviations --- pyfpdb/fpdb.pyw | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyfpdb/fpdb.pyw b/pyfpdb/fpdb.pyw index a785a325..3c9ce092 100755 --- a/pyfpdb/fpdb.pyw +++ b/pyfpdb/fpdb.pyw @@ -666,7 +666,6 @@ class fpdb: - @@ -704,7 +703,6 @@ class fpdb: ('rebuildindexes', None, 'Rebuild DB Indexes', None, 'Rebuild DB Indexes', self.dia_rebuild_indexes), ('stats', None, '_Statistics (todo)', None, 'View Database Statistics', self.dia_database_stats), ('help', None, '_Help'), - ('Abbrev', None, '_Abbrevations (todo)', None, 'List of Abbrevations', self.tab_abbreviations), ('Logs', None, '_Log Messages', None, 'Log and Debug Messages', self.dia_logs), ('About', None, 'A_bout', None, 'About the program', self.dia_about), ('License', None, '_License and Copying (todo)', None, 'License and Copying', self.dia_licensing), @@ -857,9 +855,6 @@ class fpdb: self.lock.release() print "Global lock released.\n" - def tab_abbreviations(self, widget, data=None): - print "todo: implement tab_abbreviations" - def tab_auto_import(self, widget, data=None): """opens the auto import tab""" new_aimp_thread = GuiAutoImport.GuiAutoImport(self.settings, self.config, self.sql, self.window)