Fix up help link

This commit is contained in:
Tim Bentley 2014-01-13 17:29:31 +00:00
parent 5d740a7706
commit ca47293345
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ class Ui_MainWindow(object):
self.about_item.setMenuRole(QtGui.QAction.AboutRole)
if os.name == 'nt':
self.local_help_file = os.path.join(AppLocation.get_directory(AppLocation.AppDir), 'OpenLP.chm')
self.offline_help_item = create_action(main_window, 'offline_help_item',
self.offline_help_item = create_action(main_window, 'offlineHelpItem',
icon=':/system/system_help_contents.png',
can_shortcuts=True,
category=UiStrings().Help, triggers=self.on_offline_help_clicked)