]> git.sesse.net Git - vlc/commitdiff
Oops
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 22 Jul 2006 15:41:38 +0000 (15:41 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 22 Jul 2006 15:41:38 +0000 (15:41 +0000)
src/libvlc.h

index a295c3cb542cbb522d2a9c3aa9e7a7972f9af476..ffc491095ceef886a18de1c73253ea54bebdea5b 100644 (file)
@@ -1263,8 +1263,8 @@ vlc_module_begin();
     set_section( N_("Snapshot") , NULL );
     add_directory( "snapshot-path", NULL, NULL, SNAP_PATH_TEXT,
                    SNAP_PATH_LONGTEXT, VLC_FALSE );
-    add_directory( "snapshot-prefix", "vlcsnap-", NULL, SNAP_PATH_TEXT,
-                   SNAP_PATH_LONGTEXT, VLC_FALSE );
+    add_string( "snapshot-prefix", "vlcsnap-", NULL, SNAP_PREFIX_TEXT,
+                   SNAP_PREFIX_LONGTEXT, VLC_FALSE );
     add_string( "snapshot-format", "png", NULL, SNAP_FORMAT_TEXT,
                    SNAP_FORMAT_LONGTEXT, VLC_FALSE );
         change_string_list( ppsz_snap_formats, NULL, 0 );