]> git.sesse.net Git - vlc/blobdiff - include/vlc_intf_strings.h
direct3d11: don't crash when exiting with an error
[vlc] / include / vlc_intf_strings.h
index 3815e17586836e0d99a2367931e0f3e39d8afbf1..25c57b37172dd9463d882efdf74d329949a07d03 100644 (file)
@@ -35,7 +35,7 @@
    2. folder: a string with the same meaning but with directory
               substituted with "folder"
 */
-#if defined( WIN32 ) || defined(__APPLE__)
+#if defined( _WIN32 ) || defined(__APPLE__)
     #define I_DIR_OR_FOLDER( dir, folder ) folder
 #else
     #define I_DIR_OR_FOLDER( dir, folder ) dir
@@ -67,6 +67,8 @@
 #define I_POP_INFO N_("Information...")
 #define I_POP_NEWFOLDER I_DIR_OR_FOLDER( N_("Create Directory..."), \
                                          N_("Create Folder...") )
+#define I_POP_RENAMEFOLDER I_DIR_OR_FOLDER( N_("Rename Directory..."), \
+                                         N_("Rename Folder...") )
 #define I_POP_EXPLORE I_DIR_OR_FOLDER( N_("Show Containing Directory..."), \
                                        N_("Show Containing Folder...") )
 #define I_POP_STREAM N_("Stream...")