From 4ddc2368d112583e23931cf4726a9d78bf160719 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Tue, 29 Nov 2005 20:55:33 +0000 Subject: [PATCH] add "CD-ROM Drive" label --- SheepShaver/src/include/user_strings.h | 1 + SheepShaver/src/user_strings.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/SheepShaver/src/include/user_strings.h b/SheepShaver/src/include/user_strings.h index 162ad645..a830793b 100644 --- a/SheepShaver/src/include/user_strings.h +++ b/SheepShaver/src/include/user_strings.h @@ -83,6 +83,7 @@ enum { STR_REMOVE_VOLUME_BUTTON, STR_ADD_VOLUME_PANEL_BUTTON, STR_CREATE_VOLUME_PANEL_BUTTON, + STR_CDROM_DRIVE_CTRL, STR_BOOTDRIVER_CTRL, STR_BOOT_ANY_LAB, STR_BOOT_CDROM_LAB, diff --git a/SheepShaver/src/user_strings.cpp b/SheepShaver/src/user_strings.cpp index 1eb0dd9f..8c36f9a8 100644 --- a/SheepShaver/src/user_strings.cpp +++ b/SheepShaver/src/user_strings.cpp @@ -95,6 +95,7 @@ user_string_def common_strings[] = { {STR_REMOVE_VOLUME_BUTTON, "Remove"}, {STR_ADD_VOLUME_PANEL_BUTTON, "Add"}, {STR_CREATE_VOLUME_PANEL_BUTTON, "Create"}, + {STR_CDROM_DRIVE_CTRL, "CD-ROM Drive"}, {STR_BOOTDRIVER_CTRL, "Boot From"}, {STR_BOOT_ANY_LAB, "Any"}, {STR_BOOT_CDROM_LAB, "CD-ROM"},