Module: wine Branch: master Commit: 9880f0509448f0f09e0ecb587d5df367b99979c4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9880f0509448f0f09e0ecb587d...
Author: Francois Gouget fgouget@free.fr Date: Sun Jun 28 18:53:07 2009 +0200
setupapi: Ellipses should be preceded by a space in Slovenian.
---
dlls/setupapi/Si.rc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/setupapi/Si.rc b/dlls/setupapi/Si.rc index 6dd0c58..b9bf6e1 100644 --- a/dlls/setupapi/Si.rc +++ b/dlls/setupapi/Si.rc @@ -54,7 +54,7 @@ BEGIN CONTROL "", IDC_PATH, "COMBOBOX", WS_TABSTOP | WS_GROUP | WS_VSCROLL | WS_VISIBLE | CBS_DISABLENOSCROLL | CBS_AUTOHSCROLL | CBS_DROPDOWN, 10, 100, 175, 14 PUSHBUTTON "V redu", IDOK, 195, 10, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP PUSHBUTTON "Prekliči", IDCANCEL, 195, 30, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP - PUSHBUTTON "Brskaj...", IDC_RUNDLG_BROWSE, 195, 100, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP + PUSHBUTTON "Brskaj ...", IDC_RUNDLG_BROWSE, 195, 100, 50, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP END
#pragma code_page(default)