Skip to content

Commit d1bb12c

Browse files
committed
added 1 settings page
1 parent 786c112 commit d1bb12c

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

bin/i18n/!example.txt

-20 Bytes
Binary file not shown.

bin/i18n/French.ini

6 Bytes
Binary file not shown.

bin/i18n/Italiano.ini

-4 Bytes
Binary file not shown.

bin/i18n/Korean.ini

6 Bytes
Binary file not shown.

bin/i18n/Russian.ini

-10 Bytes
Binary file not shown.

bin/i18n/Simplified Chinese.ini

6 Bytes
Binary file not shown.

src/main.cpp

472 Bytes
Binary file not shown.

src/resource.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
#define IDD_SETTINGS_2 104
2323
#define IDD_SETTINGS_3 105
2424
#define IDD_SETTINGS_4 106
25-
#define IDD_SETTINGS_6 107
25+
#define IDD_SETTINGS_5 107
2626
#define IDD_SETTINGS_7 108
27+
#define IDD_SETTINGS_8 109
2728

2829
// Main Dlg
2930
#define IDC_LISTVIEW 1000
@@ -54,7 +55,6 @@
5455
#define IDC_TITLE_3 1005
5556
#define IDC_TITLE_4 1006
5657
#define IDC_TITLE_5 1007
57-
#define IDC_TITLE_6 1008
5858

5959
#define IDC_ALWAYSONTOP_CHK 100
6060
#define IDC_LOADONSTARTUP_CHK 101
@@ -216,16 +216,16 @@
216216
#define IDS_SETTINGS_5 8004
217217
#define IDS_SETTINGS_6 8005
218218
#define IDS_SETTINGS_7 8006
219+
#define IDS_SETTINGS_8 8007
219220

220-
#define IDS_APPLY 8007
221-
#define IDS_CLOSE 8008
221+
#define IDS_APPLY 8008
222+
#define IDS_CLOSE 8009
222223

223-
#define IDS_TITLE_1 8009
224-
#define IDS_TITLE_2 8010
225-
#define IDS_TITLE_3 8011
226-
#define IDS_TITLE_4 8012
227-
#define IDS_TITLE_5 8013
228-
#define IDS_TITLE_6 8014
224+
#define IDS_TITLE_1 8010
225+
#define IDS_TITLE_2 8011
226+
#define IDS_TITLE_3 8012
227+
#define IDS_TITLE_4 8013
228+
#define IDS_TITLE_5 8014
229229

230230
#define IDS_ALWAYSONTOP_CHK 9000
231231
#define IDS_LOADONSTARTUP_CHK 9001

src/resource.rc

266 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)