This commit is contained in:
Raoul Snyman 2012-08-31 10:39:38 +02:00
parent b8a8995fdc
commit b1f7f3b623
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ def main(args=None):
qt_args.extend(args)
# Bug #1018855: Set the WM_CLASS property in X11
if platform.system() not in ['Windows', 'Darwin']:
qt_Args.append('OpenLP')
qt_args.append('OpenLP')
# Initialise the resources
qInitResources()
# Now create and actually run the application.