removed outdated documentation and moved license files

This commit is contained in:
steffen123
2010-06-22 11:14:29 +08:00
committed by Worros
parent 752676c68e
commit 7bda305143
7 changed files with 4 additions and 1680 deletions
+4 -3
View File
@@ -884,9 +884,10 @@ class fpdb:
def tab_main_help(self, widget, data=None):
"""Displays a tab with the main fpdb help screen"""
mh_tab=gtk.Label("""Welcome to Fpdb!
For documentation please visit our website at http://fpdb.sourceforge.net/ or check the docs directory in the fpdb folder.
Please note that default.conf is no longer needed nor used, all configuration now happens in HUD_config.xml
This program is licensed under the AGPL3, see docs"""+os.sep+"agpl-3.0.txt")
For documentation please visit our website at http://fpdb.sourceforge.net/.
If you need help click on Contact - Get Help on our website.
Please note that default.conf is no longer needed nor used, all configuration now happens in HUD_config.xml.
This program is licensed under the AGPL3, see agpl-3.0.txt in the fpdb installation directory.")
self.add_and_display_tab(mh_tab, "Help")
def tab_table_viewer(self, widget, data=None):