[ros-diffs] [janderwald] 30766: - add resources for open with dialog - use CDefFolderMenu_Create2 to create the default menu
janderwald at svn.reactos.org
janderwald at svn.reactos.org
Sun Nov 25 23:48:04 CET 2007
Author: janderwald
Date: Mon Nov 26 01:48:03 2007
New Revision: 30766
URL: http://svn.reactos.org/svn/reactos?rev=30766&view=rev
Log:
- add resources for open with dialog
- use CDefFolderMenu_Create2 to create the default menu
Modified:
trunk/reactos/dll/win32/shell32/lang/bg-BG.rc
trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc
trunk/reactos/dll/win32/shell32/lang/da-DK.rc
trunk/reactos/dll/win32/shell32/lang/de-DE.rc
trunk/reactos/dll/win32/shell32/lang/en-US.rc
trunk/reactos/dll/win32/shell32/lang/eo-EO.rc
trunk/reactos/dll/win32/shell32/lang/es-ES.rc
trunk/reactos/dll/win32/shell32/lang/fi-FI.rc
trunk/reactos/dll/win32/shell32/lang/fr-FR.rc
trunk/reactos/dll/win32/shell32/lang/hu-HU.rc
trunk/reactos/dll/win32/shell32/lang/it-IT.rc
trunk/reactos/dll/win32/shell32/lang/ja-JP.rc
trunk/reactos/dll/win32/shell32/lang/ko-KO.rc
trunk/reactos/dll/win32/shell32/lang/nb-NO.rc
trunk/reactos/dll/win32/shell32/lang/nl-NL.rc
trunk/reactos/dll/win32/shell32/lang/pl-PL.rc
trunk/reactos/dll/win32/shell32/lang/pt-BR.rc
trunk/reactos/dll/win32/shell32/lang/pt-PT.rc
trunk/reactos/dll/win32/shell32/lang/ru-RU.rc
trunk/reactos/dll/win32/shell32/lang/sk-SK.rc
trunk/reactos/dll/win32/shell32/lang/sl-SI.rc
trunk/reactos/dll/win32/shell32/lang/sv-SE.rc
trunk/reactos/dll/win32/shell32/lang/tr-TR.rc
trunk/reactos/dll/win32/shell32/lang/uk-UA.rc
trunk/reactos/dll/win32/shell32/lang/wa-WA.rc
trunk/reactos/dll/win32/shell32/lang/zh-CN.rc
trunk/reactos/dll/win32/shell32/lang/zh-TW.rc
trunk/reactos/dll/win32/shell32/shlfldr_mydocuments.c
Modified: trunk/reactos/dll/win32/shell32/lang/bg-BG.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/bg-BG.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/bg-BG.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/bg-BG.rc Mon Nov 26 01:48:03 2007
@@ -335,6 +335,22 @@
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
+END
+
STRINGTABLE DISCARDABLE
BEGIN
Modified: trunk/reactos/dll/win32/shell32/lang/ca-ES.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ca-ES.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/ca-ES.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/ca-ES.rc Mon Nov 26 01:48:03 2007
@@ -335,6 +335,22 @@
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
+END
+
STRINGTABLE DISCARDABLE
BEGIN
Modified: trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/cs-CZ.rc Mon Nov 26 01:48:03 2007
@@ -336,6 +336,22 @@
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
+END
+
STRINGTABLE DISCARDABLE
BEGIN
Modified: trunk/reactos/dll/win32/shell32/lang/da-DK.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/da-DK.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/da-DK.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/da-DK.rc Mon Nov 26 01:48:03 2007
@@ -335,6 +335,22 @@
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
+END
+
STRINGTABLE DISCARDABLE
BEGIN
Modified: trunk/reactos/dll/win32/shell32/lang/de-DE.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/de-DE.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/de-DE.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/de-DE.rc Mon Nov 26 01:48:03 2007
@@ -337,6 +337,22 @@
RADIOBUTTON "Dateien nicht in den Papie&rkorb verschieben, sondern sofort löschen", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "Bestätigungs&dialog nach erfolgreichem Löschvorgang anzeigen", 14004, 20, 155, 140, 10, WS_TABSTOP
END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
+END
+
STRINGTABLE DISCARDABLE
BEGIN
@@ -425,7 +441,7 @@
IDS_DRIVE_CDROM "CD-Laufwerk"
IDS_DRIVE_NETWORK "Netzlaufwerk"
- IDS_OPEN_WITH "Öffnen mit"
+ IDS_OPEN_WITH "Öffnen &mit..."
IDS_OPEN_WITH_CHOOSE "Programm wählen..."
IDS_SHELL_ABOUT_AUTHORS "&Autoren"
Modified: trunk/reactos/dll/win32/shell32/lang/en-US.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/en-US.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/en-US.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/en-US.rc Mon Nov 26 01:48:03 2007
@@ -334,6 +334,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/eo-EO.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/eo-EO.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/eo-EO.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/eo-EO.rc Mon Nov 26 01:48:03 2007
@@ -335,6 +335,22 @@
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
+END
+
STRINGTABLE DISCARDABLE
BEGIN
Modified: trunk/reactos/dll/win32/shell32/lang/es-ES.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/es-ES.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/es-ES.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/es-ES.rc Mon Nov 26 01:48:03 2007
@@ -335,6 +335,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/fi-FI.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/fi-FI.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/fi-FI.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/fi-FI.rc Mon Nov 26 01:48:03 2007
@@ -334,6 +334,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/fr-FR.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/fr-FR.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/fr-FR.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/fr-FR.rc Mon Nov 26 01:48:03 2007
@@ -338,6 +338,21 @@
LTEXT "T&aille maximale (MO) :", -1, 20, 105, 70, 10
RADIOBUTTON "Ne pas déplacer les fichie&rs vers la Corbeille. Effacer les fichiers immédiatement lors de la suppression.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "Afficher une fenêtre de confirmation d'effacement", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/hu-HU.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/hu-HU.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/hu-HU.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/hu-HU.rc Mon Nov 26 01:48:03 2007
@@ -337,6 +337,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/it-IT.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/it-IT.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/it-IT.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/it-IT.rc Mon Nov 26 01:48:03 2007
@@ -335,6 +335,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/ja-JP.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ja-JP.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/ja-JP.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/ja-JP.rc Mon Nov 26 01:48:03 2007
@@ -334,6 +334,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/ko-KO.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ko-KO.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/ko-KO.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/ko-KO.rc Mon Nov 26 01:48:03 2007
@@ -334,6 +334,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/nb-NO.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/nb-NO.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/nb-NO.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/nb-NO.rc Mon Nov 26 01:48:03 2007
@@ -334,6 +334,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/nl-NL.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/nl-NL.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/nl-NL.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/nl-NL.rc Mon Nov 26 01:48:03 2007
@@ -334,6 +334,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/pl-PL.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/pl-PL.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/pl-PL.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/pl-PL.rc Mon Nov 26 01:48:03 2007
@@ -335,6 +335,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/pt-BR.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/pt-BR.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/pt-BR.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/pt-BR.rc Mon Nov 26 01:48:03 2007
@@ -336,6 +336,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/pt-PT.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/pt-PT.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/pt-PT.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/pt-PT.rc Mon Nov 26 01:48:03 2007
@@ -336,6 +336,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/ru-RU.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/ru-RU.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/ru-RU.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/ru-RU.rc Mon Nov 26 01:48:03 2007
@@ -334,6 +334,21 @@
LTEXT "&Ìàêñèìàëüíûé ðàçìåð(Ìá):", -1, 17, 95, 102, 10
RADIOBUTTON "&Óíè÷òîæàòü ôàéëû ñðàçó ïîñëå óäàëåíèÿ, íå ïîìåùàÿ èõ â êîðçèíó.", 14003, 17, 108, 206, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Çàïðàøèâàòü ïîäòâåðæäåíèå íà óäàëåíèå", 14004, 20, 145, 176, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/sk-SK.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/sk-SK.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/sk-SK.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/sk-SK.rc Mon Nov 26 01:48:03 2007
@@ -334,6 +334,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/sl-SI.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/sl-SI.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/sl-SI.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/sl-SI.rc Mon Nov 26 01:48:03 2007
@@ -334,6 +334,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/sv-SE.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/sv-SE.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/sv-SE.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/sv-SE.rc Mon Nov 26 01:48:03 2007
@@ -334,6 +334,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/tr-TR.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/tr-TR.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/tr-TR.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/tr-TR.rc Mon Nov 26 01:48:03 2007
@@ -334,6 +334,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/uk-UA.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/uk-UA.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/uk-UA.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/uk-UA.rc Mon Nov 26 01:48:03 2007
@@ -335,6 +335,21 @@
LTEXT "&Ãðàíè÷íèé îá'ºì êîøèêà (Ìá):", -1, 20, 105, 70, 10
RADIOBUTTON "Íå ïåðåì³ù&óâàòè ôàéëè äî êîøèêà, à âèäàëÿòè ¿õ îñòàòî÷íî â³äðàçó", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "Ïîêà&çóâàòè ä³àëîã ï³äòâåðäæåííÿ âèäàëåííÿ", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/wa-WA.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/wa-WA.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/wa-WA.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/wa-WA.rc Mon Nov 26 01:48:03 2007
@@ -334,6 +334,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/zh-CN.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/zh-CN.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/zh-CN.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/zh-CN.rc Mon Nov 26 01:48:03 2007
@@ -335,6 +335,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE DISCARDABLE
Modified: trunk/reactos/dll/win32/shell32/lang/zh-TW.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/zh-TW.rc?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/lang/zh-TW.rc (original)
+++ trunk/reactos/dll/win32/shell32/lang/zh-TW.rc Mon Nov 26 01:48:03 2007
@@ -335,6 +335,21 @@
LTEXT "M&aximum size(MB):", -1, 20, 105, 70, 10
RADIOBUTTON "Do not move files to the &Recycle Bin. Remove files immediately when deleted.", 14003, 20, 117, 170, 20, BS_MULTILINE | WS_TABSTOP
RADIOBUTTON "&Display delete confirmation dialog", 14004, 20, 155, 140, 10, WS_TABSTOP
+END
+
+OPEN_WITH_PROGRAMM_DLG DIALOGEX 0, 0, 221, 278
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
+CAPTION "Open With"
+FONT 8, "MS Shell Dlg", 0, 0, 0x0
+BEGIN
+LTEXT "Choose the program you want to use to open this file:", -1, 30, 20, 180, 10
+LTEXT "File: %s", 14001, 30, 35, 180, 10
+GROUPBOX "Programs", -1, 5, 49, 210, 180
+CONTROL "", 14002, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_NOCOLUMNHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP, 10, 60, 200, 130
+CHECKBOX "&Always use the selected program to open this kind of file", 14003, 10, 200, 195, 10
+PUSHBUTTON "&Browse...", 14004, 155, 212, 50, 14
+PUSHBUTTON "OK", 14005, 100, 260, 50, 13
+PUSHBUTTON "Cancel", 14006, 160, 260, 50, 13
END
STRINGTABLE LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
Modified: trunk/reactos/dll/win32/shell32/shlfldr_mydocuments.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shlfldr_mydocuments.c?rev=30766&r1=30765&r2=30766&view=diff
==============================================================================
--- trunk/reactos/dll/win32/shell32/shlfldr_mydocuments.c (original)
+++ trunk/reactos/dll/win32/shell32/shlfldr_mydocuments.c Mon Nov 26 01:48:03 2007
@@ -436,11 +436,7 @@
if (IsEqualIID (riid, &IID_IContextMenu))
{
- if (cidl > 0)
- pObj = (LPUNKNOWN) ISvItemCm_Constructor( (IShellFolder *) iface, This->pidlRoot, apidl, cidl);
- else
- pObj = (LPUNKNOWN) ISvBgCm_Constructor( (IShellFolder *) iface, TRUE);
- hr = S_OK;
+ hr = CDefFolderMenu_Create2(This->pidlRoot, hwndOwner, cidl, apidl, (IShellFolder*)iface, NULL, 0, NULL, (IContextMenu**)&pObj);
}
else if (IsEqualIID (riid, &IID_IDataObject) && (cidl >= 1))
{
More information about the Ros-diffs
mailing list