You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
407 B
16 lines
407 B
//
|
|
// CUIRES.RC
|
|
//
|
|
// This file is included by module's RC file.
|
|
//
|
|
|
|
STRINGTABLE MOVEABLE DISCARDABLE
|
|
BEGIN
|
|
CUI_IDS_OK, "OK"
|
|
CUI_IDS_CANCEL, "Cancel"
|
|
CUI_IDS_ABORT, "&Abort"
|
|
CUI_IDS_RETRY, "&Retry"
|
|
CUI_IDS_IGNORE, "&Ignore"
|
|
CUI_IDS_YES, "&Yes"
|
|
CUI_IDS_NO, "&No"
|
|
END
|