mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 06:33:08 +00:00
d11582f0e2
- Adapt SetWindowResourceText() function from
`msconfig_new/utils.c` LoadResourceStringEx() function.
- Drop `version.rc` in favor of `uxtheme.rc` since we have forked uxtheme.
Addendum to 118869f69
. CORE-5991
20 lines
556 B
Text
20 lines
556 B
Text
/*
|
|
* PROJECT: ReactOS uxtheme.dll
|
|
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
|
|
* PURPOSE: English (United States) resource file
|
|
* TRANSLATORS: Copyright 2014 Giannis Adamopoulos <gadamopoulos@reactos.org>
|
|
* Copyright 2023 Ethan Rodensky <splitwirez@gmail.com>
|
|
*/
|
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
/* Strings */
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_MESSAGEBOX "Message Box"
|
|
IDS_ACTIVEWIN "Active Window"
|
|
IDS_INACTIVEWIN "Inactive Window"
|
|
IDS_OK "OK"
|
|
IDS_WINTEXT "Window Text"
|
|
END
|