Francois Gouget : dinput: Remove an unused and untranslatable listview label.

Alexandre Julliard julliard at winehq.org
Mon Nov 21 11:10:12 CST 2011


Module: wine
Branch: master
Commit: f005fab082ad2492842a386e88168149e467226a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f005fab082ad2492842a386e88168149e467226a

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Nov 21 12:44:33 2011 +0100

dinput: Remove an unused and untranslatable listview label.

Spotted by Luca Bennati.

---

 dlls/dinput/dinput_En.rc |    2 +-
 dlls/dinput/dinput_It.rc |    2 +-
 dlls/dinput/dinput_Ko.rc |    2 +-
 dlls/dinput/dinput_Lt.rc |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/dinput/dinput_En.rc b/dlls/dinput/dinput_En.rc
index 27ca596..0eae073 100644
--- a/dlls/dinput/dinput_En.rc
+++ b/dlls/dinput/dinput_En.rc
@@ -36,5 +36,5 @@ FONT 8, "Ms Shell Dlg"
     LTEXT           "Mapping", IDC_MAPPINGTEXT, 120, 8, 28, 8, SS_LEFT
     LISTBOX         IDC_ACTIONLIST, 10, 80, 90, 130, WS_TABSTOP | WS_VSCROLL | LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
     AUTOCHECKBOX    "Sort Assigned", IDC_CHECKBOXSORT, 120, 215, 60, 8
-    CONTROL         "Listview", IDC_DEVICEOBJECTSLIST,  "SysListView32", LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT | LVS_SHOWSELALWAYS | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 120, 20, 140, 190
+    CONTROL         "", IDC_DEVICEOBJECTSLIST,  "SysListView32", LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT | LVS_SHOWSELALWAYS | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 120, 20, 140, 190
 }
diff --git a/dlls/dinput/dinput_It.rc b/dlls/dinput/dinput_It.rc
index d853c7f..0388914 100644
--- a/dlls/dinput/dinput_It.rc
+++ b/dlls/dinput/dinput_It.rc
@@ -39,5 +39,5 @@ FONT 8, "Ms Shell Dlg"
     LTEXT           "Corrispondenza", IDC_MAPPINGTEXT, 120, 8, 28, 8, SS_LEFT
     LISTBOX         IDC_ACTIONLIST, 10, 80, 90, 130, WS_TABSTOP | WS_VSCROLL | LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
     AUTOCHECKBOX    "Ordina assegnati", IDC_CHECKBOXSORT, 120, 215, 60, 8
-    CONTROL         "Listview", IDC_DEVICEOBJECTSLIST,  "SysListView32", LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT | LVS_SHOWSELALWAYS | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 120, 20, 140, 190
+    CONTROL         "", IDC_DEVICEOBJECTSLIST,  "SysListView32", LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT | LVS_SHOWSELALWAYS | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 120, 20, 140, 190
 }
diff --git a/dlls/dinput/dinput_Ko.rc b/dlls/dinput/dinput_Ko.rc
index 043ce5d..2db938c 100644
--- a/dlls/dinput/dinput_Ko.rc
+++ b/dlls/dinput/dinput_Ko.rc
@@ -39,5 +39,5 @@ FONT 8, "Ms Shell Dlg"
     LTEXT           "매핑", IDC_MAPPINGTEXT, 120, 8, 28, 8, SS_LEFT
     LISTBOX         IDC_ACTIONLIST, 10, 80, 90, 130, WS_TABSTOP | WS_VSCROLL | LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
     AUTOCHECKBOX    "할당 정렬", IDC_CHECKBOXSORT, 120, 215, 60, 8
-    CONTROL         "Listview", IDC_DEVICEOBJECTSLIST,  "SysListView32", LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT | LVS_SHOWSELALWAYS | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 120, 20, 140, 190
+    CONTROL         "", IDC_DEVICEOBJECTSLIST,  "SysListView32", LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT | LVS_SHOWSELALWAYS | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 120, 20, 140, 190
 }
diff --git a/dlls/dinput/dinput_Lt.rc b/dlls/dinput/dinput_Lt.rc
index d674963..891c0a9 100644
--- a/dlls/dinput/dinput_Lt.rc
+++ b/dlls/dinput/dinput_Lt.rc
@@ -39,5 +39,5 @@ FONT 8, "Ms Shell Dlg"
     LTEXT           "Susiejimas", IDC_MAPPINGTEXT, 120, 8, 32, 8, SS_LEFT
     LISTBOX         IDC_ACTIONLIST, 10, 80, 90, 130, WS_TABSTOP | WS_VSCROLL | LBS_NOINTEGRALHEIGHT | LBS_NOTIFY
     AUTOCHECKBOX    "Rikiuoti priskirtus", IDC_CHECKBOXSORT, 120, 215, 70, 8
-    CONTROL         "Listview", IDC_DEVICEOBJECTSLIST,  "SysListView32", LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT | LVS_SHOWSELALWAYS | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 120, 20, 140, 190
+    CONTROL         "", IDC_DEVICEOBJECTSLIST,  "SysListView32", LVS_REPORT | LVS_AUTOARRANGE | LVS_ALIGNLEFT | LVS_SHOWSELALWAYS | LVS_SINGLESEL | WS_BORDER | WS_TABSTOP, 120, 20, 140, 190
 }




More information about the wine-cvs mailing list