GEPS008: Moved GrampsDisplay module

svn: r19769
This commit is contained in:
Nick Hall
2012-06-05 22:53:35 +00:00
parent eb369d08dd
commit ce1bb72219
49 changed files with 110 additions and 110 deletions

View File

@ -44,7 +44,7 @@ import gtk
import const
import gen.lib
from gen.db import DbTxn
import GrampsDisplay
from gui.display import display_help
from editprimary import EditPrimary
from objectentries import PlaceEntry
from gui.glade import Glade
@ -223,7 +223,7 @@ class EditEvent(EditPrimary):
def help_clicked(self, obj):
"""Display the relevant portion of GRAMPS manual"""
GrampsDisplay.help(webpage=WIKI_HELP_PAGE, section=WIKI_HELP_SEC)
display_help(webpage=WIKI_HELP_PAGE, section=WIKI_HELP_SEC)
def save(self, *obj):
self.ok_button.set_sensitive(False)
if self.object_is_empty():