Wrong Help reference for reports.

svn: r12343
This commit is contained in:
Peter Landgren 2009-03-14 14:40:18 +00:00
parent 6e84c73757
commit aa25958623

View File

@ -56,13 +56,14 @@ import ManagedWindow
from _StyleComboBox import StyleComboBox
from _StyleEditor import StyleListDisplay
from _FileEntry import FileEntry
from const import URL_MANUAL_PAGE
#-------------------------------------------------------------------------
#
# Private Constants
#
#-------------------------------------------------------------------------
URL_REPORT_PAGE = "Gramps_3.0_Wiki_Manual_-_Reports"
URL_REPORT_PAGE = URL_MANUAL_PAGE + "_-_Reports"
#-------------------------------------------------------------------------
#