Revision: 45634
http://sourceforge.net/p/vice-emu/code/45634
Author: compyx
Date: 2025-04-22 07:41:38 +0000 (Tue, 22 Apr 2025)
Log Message:
-----------
Gtk3: Use "Play" instead of "Start" for datasette controls submenu
Modified Paths:
--------------
trunk/vice/src/arch/gtk3/uimachinemenu.c
Modified: trunk/vice/src/arch/gtk3/uimachinemenu.c
===================================================================
--- trunk/vice/src/arch/gtk3/uimachinemenu.c 2025-04-19 15:37:33 UTC (rev 45633)
+++ trunk/vice/src/arch/gtk3/uimachinemenu.c 2025-04-22 07:41:38 UTC (rev 45634)
@@ -174,7 +174,7 @@
.type = UI_MENU_TYPE_ITEM_ACTION,
.action = ACTION_TAPE_STOP_1
},
- { .label = "Start",
+ { .label = "Play",
.type = UI_MENU_TYPE_ITEM_ACTION,
.action = ACTION_TAPE_PLAY_1
},
@@ -210,7 +210,7 @@
.type = UI_MENU_TYPE_ITEM_ACTION,
.action = ACTION_TAPE_STOP_1
},
- { .label = "Start",
+ { .label = "Play",
.type = UI_MENU_TYPE_ITEM_ACTION,
.action = ACTION_TAPE_PLAY_1
},
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|