shell32: shlfileop; Add resource for renaming files on collision (patch 2) take 2

Rolf Kalbermatter rolf.kalbermatter at citeng.com
Wed Oct 20 17:09:26 CDT 2004


Changelog
  dlls/shell32/shell32_En.rc
  dlls/shell32/shell32_De.rc
  dlls/shell32/shresdef.h
    Add resource for file renaming on collision

License: X11/LGPL

Rolf Kalbermatter

Index: shell32_De.rc
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shell32_De.rc,v
retrieving revision 1.12
diff -u -r1.12 shell32_De.rc
--- shell32_De.rc	23 Sep 2004 04:28:04 -0000	1.12
+++ shell32_De.rc	20 Oct 2004 20:35:02 -0000
@@ -163,6 +163,7 @@
 	IDS_DELETEMULTIPLE_TEXT "Sind Sie sich sicher, dass Sie diese %1 Dateien löschen möchten ?"
 	IDS_OVERWRITEFILE_TEXT "Möchten Sie, dass die Datei '%1' überschrieben wird ?"
 	IDS_OVERWRITEFILE_CAPTION "Bestätigung: Datei überschreiben"
+	IDS_COPY_X_OF_TEXT "Kopie%svon %s"
 }
 
 /*	columns in the shellview	*/
Index: shell32_En.rc
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shell32_En.rc,v
retrieving revision 1.17
diff -u -r1.17 shell32_En.rc
--- shell32_En.rc	23 Sep 2004 04:28:04 -0000	1.17
+++ shell32_En.rc	20 Oct 2004 20:35:03 -0000
@@ -162,6 +162,7 @@
 	IDS_DELETEMULTIPLE_TEXT "Are you sure you want to delete these %1 items?"
 	IDS_OVERWRITEFILE_TEXT "OverWrite File %1?"
 	IDS_OVERWRITEFILE_CAPTION "Confirm File OverWrite"
+	IDS_COPY_X_OF_TEXT "Copy%sof %s"
 }
 
 /*	columns in the shellview	*/
Index: shresdef.h
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shresdef.h,v
retrieving revision 1.12
diff -u -r1.12 shresdef.h
--- shresdef.h	9 Jul 2004 22:51:19 -0000	1.12
+++ shresdef.h	20 Oct 2004 21:59:33 -0000
@@ -42,7 +42,7 @@
 #define IDS_VIEW_LIST		26
 #define IDS_VIEW_DETAILS	27
 
-#define IDS_CREATEFOLDER_DENIED 30
+#define IDS_CREATEFOLDER_DENIED	30
 #define IDS_CREATEFOLDER_CAPTION 31
 #define IDS_DELETEITEM_CAPTION	32
 #define IDS_DELETEFOLDER_CAPTION 33
@@ -51,10 +51,12 @@
 #define IDS_OVERWRITEFILE_CAPTION 36
 #define IDS_OVERWRITEFILE_TEXT	37
 
-#define IDS_RESTART_TITLE      40
-#define IDS_RESTART_PROMPT     41
-#define IDS_SHUTDOWN_TITLE     42
-#define IDS_SHUTDOWN_PROMPT    43
+#define IDS_RESTART_TITLE	40
+#define IDS_RESTART_PROMPT	41
+#define IDS_SHUTDOWN_TITLE	42
+#define IDS_SHUTDOWN_PROMPT	43
+
+#define IDS_COPY_X_OF_TEXT	200
 
 /* browse for folder dialog box */
 #define IDD_STATUS		0x3743





More information about the wine-patches mailing list