Mercurial > geeqie
diff src/print.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 |
line wrap: on
line diff
--- a/src/print.c Thu Apr 03 17:15:49 2008 +0000 +++ b/src/print.c Thu Apr 03 17:34:30 2008 +0000 @@ -2599,7 +2599,7 @@ gtk_widget_hide(pw->dialog->dialog); - pw->job_dialog = file_util_gen_dlg(_("Print - Geeqie"), "gqview", "print_job_dialog", + pw->job_dialog = file_util_gen_dlg(_("Print - Geeqie"), "Geeqie", "print_job_dialog", (GtkWidget *)gtk_window_get_transient_for(GTK_WINDOW(pw->dialog->dialog)), FALSE, print_job_cancel_cb, pw); @@ -3344,7 +3344,7 @@ pw->save_settings = print_pref_int(PRINT_PREF_SAVE, TRUE); - pw->dialog = file_util_gen_dlg(_("Print - Geeqie"), "gqview", "print_dialog", + pw->dialog = file_util_gen_dlg(_("Print - Geeqie"), "Geeqie", "print_dialog", parent, FALSE, print_window_cancel_cb, pw);