comctl32: Use the Cyrillic 'O' in the Serbian translation.

This commit is contained in:
Paul Vriens 2010-07-21 22:37:02 +02:00 committed by Alexandre Julliard
parent 3d8ff7f27a
commit 36b595e69c
1 changed files with 1 additions and 1 deletions

View File

@ -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