forked from openlp/openlp
Meh.
This commit is contained in:
parent
b8a8995fdc
commit
b1f7f3b623
@ -269,7 +269,7 @@ def main(args=None):
|
|||||||
qt_args.extend(args)
|
qt_args.extend(args)
|
||||||
# Bug #1018855: Set the WM_CLASS property in X11
|
# Bug #1018855: Set the WM_CLASS property in X11
|
||||||
if platform.system() not in ['Windows', 'Darwin']:
|
if platform.system() not in ['Windows', 'Darwin']:
|
||||||
qt_Args.append('OpenLP')
|
qt_args.append('OpenLP')
|
||||||
# Initialise the resources
|
# Initialise the resources
|
||||||
qInitResources()
|
qInitResources()
|
||||||
# Now create and actually run the application.
|
# Now create and actually run the application.
|
||||||
|
Loading…
Reference in New Issue
Block a user