Skip to content

Commit

Permalink
gmoccapy: add LinuxCNC version to window title
Browse files Browse the repository at this point in the history
  • Loading branch information
hansu committed Jan 12, 2025
1 parent b8e8c2a commit 0bfb1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emc/usr_intf/gmoccapy/gmoccapy.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def __init__(self, argv):
self._init_user_messages()

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

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

0 comments on commit 0bfb1ff

Please sign in to comment.