Skip to content

Commit

Permalink
fix: fixed russian language is displayed incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
jeefo committed Feb 2, 2022
1 parent abdb9a9 commit e85e115
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 118 deletions.
6 changes: 3 additions & 3 deletions res/botsetup.rc
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ STYLE DS_SETFONT | DS_CENTER | WS_POPUP | WS_VISIBLE
FONT 8, "Tahoma", 400, 0, 0xCC
BEGIN
DEFPUSHBUTTON "Install",IDOK,141,101,59,14,WS_DISABLED
EDITTEXT IDC_EDIT2,143,16,105,13,ES_LOWERCASE | ES_AUTOHSCROLL | ES_READONLY
EDITTEXT IDC_INSTALL_PATH,143,16,105,13,ES_LOWERCASE | ES_AUTOHSCROLL | ES_READONLY
PUSHBUTTON "Browse",IDC_BROWSE,202,32,48,14
CONTROL "",IDC_PROGRESS1,"msctls_progress32",NOT WS_VISIBLE | WS_BORDER,142,16,107,15
CONTROL "",IDC_PROGRESS_BAR,"msctls_progress32",NOT WS_VISIBLE | WS_BORDER,142,16,107,15
RTEXT "",IDC_BOTVER,73,110,52,8,SS_ENDELLIPSIS
LTEXT "",IDC_STATUS,143,32,103,8,NOT WS_VISIBLE
PUSHBUTTON "Cancel",IDCANCEL,202,101,48,14
Expand Down Expand Up @@ -163,7 +163,7 @@ END
// PNG
//

IDB_PNG1 PNG "botsetup.png"
IDB_LOGO PNG "botsetup.png"


/////////////////////////////////////////////////////////////////////////////
Expand Down
10 changes: 3 additions & 7 deletions res/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@
// Used by botsetup.rc
//
#define IDD_SETUP_DIALOG 101
#define IDB_BITMAP1 102
#define IDI_ICON1 103
#define IDI_ICON 103
#define IDB_PNG1 112
#define IDB_LOGO 112
#define IDR_RT_MANIFEST1 113
#define IDC_EDIT2 1003
#define IDC_BUTTON1 1004
#define IDC_INSTALL_PATH 1003
#define IDC_BROWSE 1004
#define IDC_STATIC2 1005
#define IDC_PROGRESS1 1006
#define IDC_PROGRESS_BAR 1006
#define IDC_BOTVER 1008
#define IDC_STATUS 1009
#define IDC_URL 1010
Expand Down
Loading

0 comments on commit e85e115

Please sign in to comment.