openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #22558
[Merge] lp:~rafaellerm/openlp/bug-1269929 into lp:openlp
Rafael Lerm has proposed merging lp:~rafaellerm/openlp/bug-1269929 into lp:openlp.
Requested reviews:
OpenLP Core (openlp-core)
For more details, see:
https://code.launchpad.net/~rafaellerm/openlp/bug-1269929/+merge/201996
There was a wrong name in a menu entry that prevented trunk from opening. This merge simply fixes the typo. (https://bugs.launchpad.net/openlp/+bug/1269929)
--
https://code.launchpad.net/~rafaellerm/openlp/bug-1269929/+merge/201996
Your team OpenLP Core is requested to review the proposed merge of lp:~rafaellerm/openlp/bug-1269929 into lp:openlp.
=== modified file 'openlp/core/ui/mainwindow.py'
--- openlp/core/ui/mainwindow.py 2013-12-28 21:33:38 +0000
+++ openlp/core/ui/mainwindow.py 2014-01-16 20:41:19 +0000
@@ -291,7 +291,7 @@
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)
Follow ups