Skip to content

Commit 3dc840e

Browse files
committed
gmoccapy: add LinuxCNC version to window title
1 parent b03e9d9 commit 3dc840e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/emc/usr_intf/gmoccapy/gmoccapy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def __init__(self, argv):
319319
self._init_user_messages()
320320

321321
# set the title of the window, to show the release
322-
self.widgets.window1.set_title("gmoccapy for LinuxCNC {0}".format(_RELEASE))
322+
self.widgets.window1.set_title("gmoccapy {} for LinuxCNC {}".format(_RELEASE, linuxcnc.version))
323323
self.widgets.lbl_version.set_label("<b>gmoccapy\n{0}</b>".format(_RELEASE))
324324

325325
panel = gladevcp.makepins.GladePanel(self.halcomp, XMLNAME, self.builder, None)

0 commit comments

Comments
 (0)