lock xft, plugin index builder lock, clear clip thumbnails, clear vwin clock, setpoin...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / interfaceprefs.C
index 5142b3b6799bf3a672396a4d7706b071cba49dcc..9c0b51dd2e5bed868856c75a71f07766172323ea 100644 (file)
@@ -226,10 +226,12 @@ void InterfacePrefs::create_objects()
                MEDIUMFONT, resources->text_default));
        sprintf(string, "%ld", (long)pwindow->thread->preferences->index_count);
        add_subwindow(icount = new IndexCount(x + 230, y, pwindow, string));
-       add_subwindow(deleteall = new DeleteAllIndexes(mwindow, pwindow, 400, y));
+       add_subwindow(del_indexes = new DeleteAllIndexes(mwindow, pwindow, 400, y,
+               _("Delete existing indexes"), "[*.idx][*.toc][*.mkr]"));
        y += 30;
        add_subwindow(ffmpeg_marker_files = new IndexFFMPEGMarkerFiles(this, x, y));
-       y += 35;
+       add_subwindow(del_clipngs = new DeleteAllIndexes(mwindow, pwindow, 400, y,
+               _("Delete clip thumbnails"), "clip_*.png"));
 }
 
 const char* InterfacePrefs::behavior_to_text(int mode)