comctl32: Use the Cyrillic 'O' in the Serbian translation.
This commit is contained in:
parent
3d8ff7f27a
commit
36b595e69c
|
@ -98,7 +98,7 @@ STYLE DS_CONTEXTHELP | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_V
|
|||
CAPTION "Детаљи за %s"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
DEFPUSHBUTTON "ОK", IDOK,4,122,50,14, WS_TABSTOP | WS_GROUP
|
||||
PUSHBUTTON "Откажи", IDCANCEL,58,122,50,14
|
||||
PUSHBUTTON "&Примени", IDC_APPLY_BUTTON,112,122,50,14,WS_DISABLED
|
||||
PUSHBUTTON "Помоћ", IDHELP,166,122,50,14,WS_TABSTOP|WS_GROUP
|
||||
|
|
Loading…
Reference in New Issue