[SHELL32] Add menu resource which is used when dragging files with right click
[reactos.git] / dll / win32 / shell32 / lang / sl-SI.rc
index 6a5eacd..c01dd18 100644 (file)
@@ -75,6 +75,18 @@ BEGIN
     END
 END
 
+IDM_DRAGFILE MENU
+BEGIN
+    POPUP ""
+    BEGIN
+        MENUITEM "&Copy here", IDM_COPYHERE
+        MENUITEM "&Move here", IDM_MOVEHERE
+        MENUITEM "Create &shortcuts here", IDM_LINKHERE
+        MENUITEM SEPARATOR
+        MENUITEM "Cancel", 0
+    END
+END
+
 IDD_BROWSE_FOR_FOLDER DIALOGEX 15, 40, 188, 192
 STYLE DS_SHELLFONT | DS_MODALFRAME | WS_CAPTION | WS_SYSMENU
 CAPTION "Browse for Folder"