]> git.sesse.net Git - vlc/blobdiff - include/vlc_config.h
Updated release numbering for all ipk's
[vlc] / include / vlc_config.h
index 91278bb58e2384db0f7fc724d0a30df3112e78aa..9a4ea7e3b829117f1cdc354afd9713d47b8c8788 100644 (file)
@@ -49,7 +49,9 @@
 
 /* The configuration file and directory */
 #ifdef SYS_BEOS
-#  define CONFIG_DIR                    "config/settings"
+#  define CONFIG_DIR                    "config/settings/VideoLAN Client"
+#elif SYS_DARWIN
+#  define CONFIG_DIR                   "Library/Preferences/VLC"
 #elif defined( WIN32 ) || defined( UNDER_CE )
 #  define CONFIG_DIR                    "vlc"
 #else
 #define VOUT_OUTMEM_SLEEP               ((mtime_t)(0.020*CLOCK_FREQ))
 
 /* The default video output window title */
-#define VOUT_TITLE                      "VideoLAN Client " VERSION
+#define VOUT_TITLE                      "VLC"
 
 /*****************************************************************************
  * Video parser configuration