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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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-…
==============================================================================
--- 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_…
==============================================================================
--- 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))
{