X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fscreens.c;h=4dcaef34e2a133b1ea575052dacad39d61270173;hb=8ca1cd4ae397da6b91d425aac0b3a40d302b66c2;hp=b7678d0920c9d460b54ecdaebcf64c10900264cd;hpb=45edbd7477e4684132ff96fa737336539ecc6f4c;p=rocksndiamonds.git diff --git a/src/screens.c b/src/screens.c index b7678d09..4dcaef34 100644 --- a/src/screens.c +++ b/src/screens.c @@ -6794,7 +6794,7 @@ static struct TokenInfo setup_info_game[] = #endif { TYPE_ENTER_LIST, execSetupChooseSnapshotMode,"Game Engine Snapshot Mode:" }, { TYPE_STRING, &snapshot_mode_text, "" }, - { TYPE_SWITCH, &setup.show_snapshot_buttons,"Show Snapshot Buttons:" }, + { TYPE_SWITCH, &setup.show_load_save_buttons,"Show Load/Save Buttons:" }, { TYPE_SWITCH, &setup.show_undo_redo_buttons,"Show Undo/Redo Buttons:" }, { TYPE_EMPTY, NULL, "" }, { TYPE_LEAVE_MENU, execSetupMain, "Back" },