Skip to content

Commit

Permalink
axis: correct menu entry: Properties --> G-code properties
Browse files Browse the repository at this point in the history
  • Loading branch information
hansu committed Aug 11, 2024
1 parent 2bcc9a0 commit 4cb5170
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/axis/tcl/axis.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ setup_menu_accel .menu.file end [_ "_Save G-code as..."]

.menu.file add command \
-command gcode_properties
setup_menu_accel .menu.file end [_ "_Properties..."]
setup_menu_accel .menu.file end [_ "_G-code _properties..."]

.menu.file add separator

Expand Down Expand Up @@ -1783,7 +1783,7 @@ proc update_state {args} {
{.menu.file "_Save G-code as..."}
state {$interp_state == $INTERP_IDLE && $taskfile != "" && $::has_editor} \
{.menu.file "_Edit..."}
state {$taskfile != ""} {.menu.file "_Properties..."}
state {$taskfile != ""} {.menu.file "G-code _properties..."}
state {$interp_state == $INTERP_IDLE} .toolbar.file_open \
{.menu.file "_Open..." "_Quit" "Recent _Files"} \
{.menu.machine "Skip lines with '_/'"} .toolbar.program_blockdelete
Expand Down

0 comments on commit 4cb5170

Please sign in to comment.