https://git.reactos.org/?p=reactos.git;a=commitdiff;h=95b1893b27a92fca58053e9c96b1e7f68f6e47d3

commit 95b1893b27a92fca58053e9c96b1e7f68f6e47d3
Author:     George Bișoc <george.bi...@reactos.org>
AuthorDate: Sun Aug 18 00:10:28 2024 +0200
Commit:     George Bișoc <george.bi...@reactos.org>
CommitDate: Sun Aug 18 00:10:28 2024 +0200

    [COMDL32] Fix build
    
    Fix the wrong usage of CONTROL resource control, introduced by 1a9af23
---
 dll/win32/comdlg32/lang/cdlg_Ro.rc | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/dll/win32/comdlg32/lang/cdlg_Ro.rc 
b/dll/win32/comdlg32/lang/cdlg_Ro.rc
index 2af79daa82d..7070d7450d6 100644
--- a/dll/win32/comdlg32/lang/cdlg_Ro.rc
+++ b/dll/win32/comdlg32/lang/cdlg_Ro.rc
@@ -317,8 +317,8 @@ FONT 8, "MS Shell Dlg"
  CHECKBOX "Potrivire numai &cuvinte complete", chx1, 4, 26, 140, 12, 
BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
  CHECKBOX "&Potrivire litere mari şi mici", chx2, 4, 42, 140, 12, 
BS_AUTOCHECKBOX | WS_TABSTOP
  GROUPBOX "Orientare", grp1, 147, 21, 58, 38
- CONTROL "în &sus", rad1, 151, 30, 48, 12, WS_CHILD | WS_VISIBLE | WS_GROUP | 
WS_TABSTOP
- CONTROL "în j&os", rad2, 151, 44, 48, 12, WS_CHILD | WS_VISIBLE | WS_TABSTOP
+ AUTORADIOBUTTON "în &sus", rad1, 151, 30, 48, 12, WS_CHILD | WS_VISIBLE | 
WS_GROUP | WS_TABSTOP
+ AUTORADIOBUTTON "în j&os", rad2, 151, 44, 48, 12, WS_CHILD | WS_VISIBLE | 
WS_TABSTOP
 
  DEFPUSHBUTTON "&Următorul găsit", IDOK, 212,  6, 60, 14, WS_GROUP | 
WS_TABSTOP | BS_DEFPUSHBUTTON
  PUSHBUTTON "Revocare", IDCANCEL        , 212, 24, 60, 14, WS_GROUP | 
WS_TABSTOP
@@ -377,9 +377,9 @@ FONT 8, "MS Shell Dlg"
     EDITTEXT                          edt3, 240,103,  32,12, WS_GROUP | 
ES_NUMBER
 
     GROUPBOX        "Interval de imprimare", grp1,   8,92,  144,64, WS_GROUP
-    CONTROL         "T&ot",           rad1,16,106,64,12, WS_GROUP | WS_TABSTOP
-    CONTROL         "&Pagini",      rad3,16,122,36,12
-    CONTROL         "S&elecţia",      rad2,16,138,64,12
+    AUTORADIOBUTTON         "T&ot",           rad1,16,106,64,12, WS_GROUP | 
WS_TABSTOP
+    AUTORADIOBUTTON         "&Pagini",      rad3,16,122,36,12
+    AUTORADIOBUTTON         "S&elecţia",      rad2,16,138,64,12
     EDITTEXT                          edt1,  73,122,  26,12, WS_GROUP | 
ES_NUMBER
     EDITTEXT                          edt2, 120,122,  26,12, WS_GROUP | 
ES_NUMBER
     RTEXT           "&de la:",        stc2,  52,124,  20,8
@@ -416,8 +416,8 @@ BEGIN
 
     GROUPBOX        "Orientare",    grp1, 180, 92, 100,56, WS_GROUP
     ICON            "",               ico1, 195,112,  18,20, WS_GROUP
-    CONTROL         "Tip p&ortret",       rad1, 224,106,52,12, WS_GROUP | 
WS_TABSTOP
-    CONTROL         "Tip &vedere",        rad2, 224,126,52,12
+    AUTORADIOBUTTON         "Tip p&ortret",       rad1, 224,106,52,12, 
WS_GROUP | WS_TABSTOP
+    AUTORADIOBUTTON         "Tip &vedere",        rad2, 224,126,52,12
 END
 
 PAGESETUPDLGORD DIALOG 32, 32, 240, 240

Reply via email to