comparison src/bar_sort.c @ 228:343e560f8e15

Replace some occurences of gqview by Geeqie.
author zas_
date Thu, 03 Apr 2008 17:34:30 +0000
parents f6e307c7bad6
children 9faf34f047b1
comparison
equal deleted inserted replaced
227:41fc4bfc8b25 228:343e560f8e15
488 { 488 {
489 title = _("Add Collection"); 489 title = _("Add Collection");
490 } 490 }
491 491
492 sd->dialog = file_util_file_dlg(title, 492 sd->dialog = file_util_file_dlg(title,
493 "gqview", "add_bookmark", button, 493 "Geeqie", "add_bookmark", button,
494 bar_sort_add_cancel_cb, sd); 494 bar_sort_add_cancel_cb, sd);
495 file_dialog_add_button(sd->dialog, GTK_STOCK_OK, NULL, bar_sort_add_ok_cb, TRUE); 495 file_dialog_add_button(sd->dialog, GTK_STOCK_OK, NULL, bar_sort_add_ok_cb, TRUE);
496 496
497 generic_dialog_add_message(GENERIC_DIALOG(sd->dialog), NULL, title, NULL); 497 generic_dialog_add_message(GENERIC_DIALOG(sd->dialog), NULL, title, NULL);
498 498