mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[SHELL32] Add IDD_LINK_PROBLEM and IDS_LINK_INVALID (#3037)
A resource dialog and a resource string for shortcut problem. CORE-16816
This commit is contained in:
parent
526c23bde6
commit
a3ec01cc28
35 changed files with 517 additions and 0 deletions
|
@ -710,6 +710,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -984,4 +998,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -715,6 +715,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -989,4 +1003,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -715,6 +715,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -989,4 +1003,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -710,6 +710,20 @@ BEGIN
|
|||
PUSHBUTTON "Anderes &Symbol...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -984,4 +998,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Vorgang bearbeiten für Typ: "
|
||||
IDS_NO_ICONS "Die Datei '%s' enthält keine Symbole.\n\nWählen Sie ein Symbol aus der Liste oder wählen Sie eine andere Datei."
|
||||
IDS_FILE_NOT_FOUND "Die Datei '%s' wurde nicht gefunden."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -718,6 +718,20 @@ BEGIN
|
|||
PUSHBUTTON "&Cambiar ícono...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -992,4 +1006,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editar acción: "
|
||||
IDS_NO_ICONS "El archivo '%s' no contiene íconos.\n\nEscoja un ícono de la lista o seleccione otro archivo."
|
||||
IDS_FILE_NOT_FOUND "El archivo '%s' no pudo ser encontrado."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -716,6 +716,20 @@ BEGIN
|
|||
PUSHBUTTON "Muuda &ikooni...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -990,4 +1004,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Tegevuse redigeerimine tüübile: "
|
||||
IDS_NO_ICONS "Fail '%s' ei sisalda ühtegi ikooni.\n\nVali ikoon nimekirjast või määra teine fail."
|
||||
IDS_FILE_NOT_FOUND "Faili '%s' ei leitud."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Modifier l'&icône...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editer l'action : "
|
||||
IDS_NO_ICONS "Le fichier '%s' ne contient pas d'icônes.\n\nVeuillez choisir une icône dans la liste ou sélectionner un fichier différent."
|
||||
IDS_FILE_NOT_FOUND "Le fichier '%s' ne peut être trouvé."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -711,6 +711,20 @@ BEGIN
|
|||
PUSHBUTTON "&שינוי סמל...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -985,4 +999,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "לא ניתן למצוא את הקובץ '%s'."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "&आइकॉन बदलें...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -978,4 +992,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "प्रकार के लिए संपादन कार्रवाई:"
|
||||
IDS_NO_ICONS "फ़ाइल '%s' में कोई आइकन नहीं है।\n\nसूची से एक आइकन चुनें या एक अलग फ़ाइल निर्दिष्ट करें।"
|
||||
IDS_FILE_NOT_FOUND "फ़ाइल '%s' नहीं मिली।"
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -708,6 +708,20 @@ BEGIN
|
|||
PUSHBUTTON "&Ikoncsere...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -982,4 +996,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Művelet szerkesztése ehhez: "
|
||||
IDS_NO_ICONS "A fájl ('%s') nem tartalmaz ikonokat.\n\nVálasszon egy ikont a listából, vagy adjon meg egy másik fájlt."
|
||||
IDS_FILE_NOT_FOUND "A fájl ('%s') nem található."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -706,6 +706,20 @@ BEGIN
|
|||
PUSHBUTTON "Ganti &Ikon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -979,4 +993,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Edit tindakan untuk jenis: "
|
||||
IDS_NO_ICONS "Berkas '%s' tidak berisi ikon.\n\nPilih ikon dari daftar atau pilih berkas yang berbeda."
|
||||
IDS_FILE_NOT_FOUND "Berkas '%s' tidak ditemukan."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -706,6 +706,20 @@ BEGIN
|
|||
PUSHBUTTON "アイコン変更(&I)...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -980,4 +994,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "種類に対するアクションの編集: "
|
||||
IDS_NO_ICONS "ファイル '%s' にはアイコン データがありません。.\n\nリストからアイコンを選ぶか、別のファイルを指定して下さい。"
|
||||
IDS_FILE_NOT_FOUND "ファイル '%s' は見つかりませんでした。"
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -715,6 +715,20 @@ BEGIN
|
|||
PUSHBUTTON "Z&mień ikonę...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -989,4 +1003,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Edytowanie akcji dla typu: "
|
||||
IDS_NO_ICONS "Plik '%s' nie zawiera ikon.\n\nWybierz ikonę z listy lub określ inny plik."
|
||||
IDS_FILE_NOT_FOUND "Nie odnaleziono pliku '%s'."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Alterar &Icone.", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editar acção para o tipo: "
|
||||
IDS_NO_ICONS "O arquivo '%s' não contém ícones.\n\nEscolha um ícone da lista ou especifique um arquivo diferente."
|
||||
IDS_FILE_NOT_FOUND "O arquivo '%s' não foi encontrado."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -711,6 +711,20 @@ BEGIN
|
|||
PUSHBUTTON "Schi&mbare pictogramă…", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -985,4 +999,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editează acțiune pentru tipul: "
|
||||
IDS_NO_ICONS "Fișierul „%s” nu conține pictograme.\n\nAlegeți o pictogramă din listă sau specificați un alt fișier."
|
||||
IDS_FILE_NOT_FOUND "Fișierul „%s” nu a fost găsit."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -716,6 +716,20 @@ BEGIN
|
|||
PUSHBUTTON "Сменить &значок...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -990,4 +1004,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Изменение действия для типа: "
|
||||
IDS_NO_ICONS "Файл '%s' не содержит значков.\n\nВыберите значок из списка или укажите другой файл."
|
||||
IDS_FILE_NOT_FOUND "Файл '%s' не найден."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -713,6 +713,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -987,4 +1001,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Change &Icon...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -711,6 +711,20 @@ BEGIN
|
|||
PUSHBUTTON "&Simge Değiştir...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -985,4 +999,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -709,6 +709,20 @@ BEGIN
|
|||
PUSHBUTTON "Змінити &значок...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -983,4 +997,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Редагування дії для типу: "
|
||||
IDS_NO_ICONS "Файл '%s' не містить значків.\n\nВиберіть значок зі списку або відкрийте інший файл."
|
||||
IDS_FILE_NOT_FOUND "Файд '%s' не знайдено."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -717,6 +717,20 @@ BEGIN
|
|||
PUSHBUTTON "更改图标(&I)...", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -993,4 +1007,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "编辑操作类型: "
|
||||
IDS_NO_ICONS "文件 '%s' 不包含图标\n\n从列表中选择一个图标或指定其他文件。"
|
||||
IDS_FILE_NOT_FOUND "无法找到文件 '%s'。"
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -718,6 +718,20 @@ BEGIN
|
|||
PUSHBUTTON "變更圖示...(&I)", IDC_FOLDERCUST_CHANGE_ICON, 15, 210, 75, 15
|
||||
END
|
||||
|
||||
IDD_LINK_PROBLEM DIALOGEX 0, 0, 250, 140
|
||||
CAPTION "Problem with Shortcut"
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
ICON 0, IDC_LINK_PROBLEM_ICON, 5, 5, 0, 0
|
||||
LTEXT "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.", IDC_LINK_PROBLEM_LABEL1, 35, 5, 210, 35
|
||||
LTEXT "Nearest match based on name, type, size, and date:", IDC_LINK_PROBLEM_LABEL2, 35, 45, 210, 35
|
||||
LTEXT "Do you want to fix this shortcut to point to this target or do you just want to delete it?", -1, 35, 85, 210, 30
|
||||
DEFPUSHBUTTON "&Fix it", IDOK, 55, 120, 60, 15, WS_DISABLED
|
||||
PUSHBUTTON "&Delete it", IDYES, 120, 120, 60, 15
|
||||
PUSHBUTTON "Cancel", IDCANCEL, 185, 120, 60, 15
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
/* columns in the shellview */
|
||||
|
@ -994,4 +1008,5 @@ BEGIN
|
|||
IDS_EDITING_ACTION "Editing action for type: "
|
||||
IDS_NO_ICONS "The file '%s' contains no icons.\n\nChoose an icon from the list or specify a different file."
|
||||
IDS_FILE_NOT_FOUND "The file '%s' was not found."
|
||||
IDS_LINK_INVALID "The item '%s' that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly."
|
||||
END
|
||||
|
|
|
@ -296,6 +296,7 @@
|
|||
|
||||
#define IDS_NO_ICONS 30529
|
||||
#define IDS_FILE_NOT_FOUND 30530
|
||||
#define IDS_LINK_INVALID 30531
|
||||
|
||||
/* Dialogs */
|
||||
|
||||
|
@ -456,6 +457,7 @@
|
|||
#define IDD_EDITTYPE 36
|
||||
#define IDD_ACTION 37
|
||||
#define IDD_FOLDER_CUSTOMIZE 38
|
||||
#define IDD_LINK_PROBLEM 39
|
||||
|
||||
/* Control IDs for IDD_FOLDER_CUSTOMIZE dialog */
|
||||
#define IDC_FOLDERCUST_COMBOBOX 14001
|
||||
|
@ -466,6 +468,11 @@
|
|||
#define IDC_FOLDERCUST_ICON 14006
|
||||
#define IDC_FOLDERCUST_CHANGE_ICON 14007
|
||||
|
||||
/* Control IDs for IDD_LINK_PROBLEM dialog */
|
||||
#define IDC_LINK_PROBLEM_ICON 14008
|
||||
#define IDC_LINK_PROBLEM_LABEL1 14009
|
||||
#define IDC_LINK_PROBLEM_LABEL2 14010
|
||||
|
||||
/* Not used dialogs */
|
||||
#define IDD_SHUTDOWN 29
|
||||
#define IDD_LOG_OFF 30
|
||||
|
|
Loading…
Reference in a new issue