Skip to content

Commit

Permalink
Add string table
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnetic-Fox committed Mar 19, 2024
1 parent 9c5fa59 commit c58decd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@

#define IDR_RCDATA1 300

#define IDS_STRING1 1
#define IDS_STRING2 2
#define IDS_STRING3 3

#endif
7 changes: 7 additions & 0 deletions resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,10 @@ BEGIN
0x74, 0x6F, 0x77, 0x61, 0x20, 0x72, 0x7A, 0x65,
0x63, 0x7A, 0x00
END

STRINGTABLE DISCARDABLE
BEGIN
IDS_STRING1 "Pierwszy string"
IDS_STRING2 "Drugi string"
IDS_STRING3 "No co? Testujemy, nie? ;-)"
END

0 comments on commit c58decd

Please sign in to comment.