Skip to content

Commit 2a60c74

Browse files
committedDec 30, 2014
gui: shorten name
1 parent 32b7920 commit 2a60c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎artiq/gui/tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
class Window(Gtk.Window):
99
def __init__(self, *args, **kwargs):
1010
Gtk.Window.__init__(self, *args, **kwargs)
11-
self.set_wmclass("ARTIQ GUI", "ARTIQ GUI")
11+
self.set_wmclass("ARTIQ", "ARTIQ")
1212
self.set_icon_from_file(os.path.join(data_dir, "icon.png"))
1313
self.set_border_width(6)

0 commit comments

Comments
 (0)
Please sign in to comment.