Skip to content

Commit

Permalink
added 1 settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypp committed Oct 3, 2016
1 parent 786c112 commit d1bb12c
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
Binary file modified bin/i18n/!example.txt
Binary file not shown.
Binary file modified bin/i18n/French.ini
Binary file not shown.
Binary file modified bin/i18n/Italiano.ini
Binary file not shown.
Binary file modified bin/i18n/Korean.ini
Binary file not shown.
Binary file modified bin/i18n/Russian.ini
Binary file not shown.
Binary file modified bin/i18n/Simplified Chinese.ini
Binary file not shown.
Binary file modified src/main.cpp
Binary file not shown.
20 changes: 10 additions & 10 deletions src/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
#define IDD_SETTINGS_2 104
#define IDD_SETTINGS_3 105
#define IDD_SETTINGS_4 106
#define IDD_SETTINGS_6 107
#define IDD_SETTINGS_5 107
#define IDD_SETTINGS_7 108
#define IDD_SETTINGS_8 109

// Main Dlg
#define IDC_LISTVIEW 1000
Expand Down Expand Up @@ -54,7 +55,6 @@
#define IDC_TITLE_3 1005
#define IDC_TITLE_4 1006
#define IDC_TITLE_5 1007
#define IDC_TITLE_6 1008

#define IDC_ALWAYSONTOP_CHK 100
#define IDC_LOADONSTARTUP_CHK 101
Expand Down Expand Up @@ -216,16 +216,16 @@
#define IDS_SETTINGS_5 8004
#define IDS_SETTINGS_6 8005
#define IDS_SETTINGS_7 8006
#define IDS_SETTINGS_8 8007

#define IDS_APPLY 8007
#define IDS_CLOSE 8008
#define IDS_APPLY 8008
#define IDS_CLOSE 8009

#define IDS_TITLE_1 8009
#define IDS_TITLE_2 8010
#define IDS_TITLE_3 8011
#define IDS_TITLE_4 8012
#define IDS_TITLE_5 8013
#define IDS_TITLE_6 8014
#define IDS_TITLE_1 8010
#define IDS_TITLE_2 8011
#define IDS_TITLE_3 8012
#define IDS_TITLE_4 8013
#define IDS_TITLE_5 8014

#define IDS_ALWAYSONTOP_CHK 9000
#define IDS_LOADONSTARTUP_CHK 9001
Expand Down
Binary file modified src/resource.rc
Binary file not shown.

1 comment on commit d1bb12c

@jasonliul
Copy link

@jasonliul jasonliul commented on d1bb12c Oct 3, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update to 117.

Please sign in to comment.