← Back to team overview

openlp-core team mailing list archive

[Merge] lp:~trb143/openlp/bugfixes into lp:openlp

 

Tim Bentley has proposed merging lp:~trb143/openlp/bugfixes into lp:openlp.

Requested reviews:
  Raoul Snyman (raoul-snyman)


Change the executable flag set in error.
-- 
https://code.launchpad.net/~trb143/openlp/bugfixes/+merge/35194
Your team OpenLP Core is subscribed to branch lp:openlp.
=== modified file 'openlp/core/utils/languagemanager.py'
--- openlp/core/utils/languagemanager.py	2010-07-28 13:15:39 +0000
+++ openlp/core/utils/languagemanager.py	2010-09-11 16:01:09 +0000
@@ -66,7 +66,7 @@
         Find all available language files in this OpenLP install
         """
         trans_dir = AppLocation.get_directory(AppLocation.AppDir)
-        trans_dir = QtCore.QDir(os.path.join(trans_dir, u'resources', u'i18n'))
+        trans_dir = QtCore.QDir(os.path.join(trans_dir, u'openlp', u'i18n'))
         file_names = trans_dir.entryList(QtCore.QStringList("*.qm"),
                 QtCore.QDir.Files, QtCore.QDir.Name)
         for name in file_names:

=== modified file 'openlp/plugins/remotes/html/jquery.js' (properties changed: +x to -x)

Follow ups