diff options
Diffstat (limited to 'src/main.rc')
-rw-r--r-- | src/main.rc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main.rc b/src/main.rc index 70c04e5..28cb4f2 100644 --- a/src/main.rc +++ b/src/main.rc @@ -95,6 +95,18 @@ END #endif // APSTUDIO_INVOKED + +///////////////////////////////////////////////////////////////////////////// +// +// String Table +// + +STRINGTABLE +BEGIN + IDS_ELEVATION_CAPTION "Privilege test" + IDS_ALREADY_ELEVATED "Already elevated." +END + #endif // English (United States) resources ///////////////////////////////////////////////////////////////////////////// |