]> git.sesse.net Git - vlc/commitdiff
use PLAYLISTENQUEUE help messages ...
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 14 Jun 2005 20:41:17 +0000 (20:41 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 14 Jun 2005 20:41:17 +0000 (20:41 +0000)
src/libvlc.h

index b1adf5056707346809ee5feb425b5ab845b9d21d..dd3b2e88ee9edd88a4d8ea41f68966aeb53e22d0 100644 (file)
@@ -1231,8 +1231,8 @@ vlc_module_begin();
 #if defined(WIN32)
     add_bool( "one-instance", 0, NULL, ONEINSTANCE_TEXT,
               ONEINSTANCE_LONGTEXT, VLC_TRUE );
-    add_bool( "playlist-enqueue", 0, NULL, ONEINSTANCE_TEXT,
-              ONEINSTANCE_LONGTEXT, VLC_TRUE );
+    add_bool( "playlist-enqueue", 0, NULL, PLAYLISTENQUEUE_TEXT,
+              PLAYLISTENQUEUE_LONGTEXT, VLC_TRUE );
     add_bool( "high-priority", 0, NULL, HPRIORITY_TEXT,
               HPRIORITY_LONGTEXT, VLC_FALSE );
     add_bool( "fast-mutex", 0, NULL, FAST_MUTEX_TEXT,