Mercurial > geeqie
comparison 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 |
comparison
equal
deleted
inserted
replaced
227:41fc4bfc8b25 | 228:343e560f8e15 |
---|---|
2597 | 2597 |
2598 print_pref_store(pw); | 2598 print_pref_store(pw); |
2599 | 2599 |
2600 gtk_widget_hide(pw->dialog->dialog); | 2600 gtk_widget_hide(pw->dialog->dialog); |
2601 | 2601 |
2602 pw->job_dialog = file_util_gen_dlg(_("Print - Geeqie"), "gqview", "print_job_dialog", | 2602 pw->job_dialog = file_util_gen_dlg(_("Print - Geeqie"), "Geeqie", "print_job_dialog", |
2603 (GtkWidget *)gtk_window_get_transient_for(GTK_WINDOW(pw->dialog->dialog)), FALSE, | 2603 (GtkWidget *)gtk_window_get_transient_for(GTK_WINDOW(pw->dialog->dialog)), FALSE, |
2604 print_job_cancel_cb, pw); | 2604 print_job_cancel_cb, pw); |
2605 | 2605 |
2606 msg = g_strdup_printf(_("Printing %d pages to %s."), print_layout_page_count(pw), print_output_name(pw->output)); | 2606 msg = g_strdup_printf(_("Printing %d pages to %s."), print_layout_page_count(pw), print_output_name(pw->output)); |
2607 generic_dialog_add_message(pw->job_dialog, NULL, msg, NULL); | 2607 generic_dialog_add_message(pw->job_dialog, NULL, msg, NULL); |
3342 pw->text_points = 10; | 3342 pw->text_points = 10; |
3343 pw->text_r = pw->text_g = pw->text_b = 0; | 3343 pw->text_r = pw->text_g = pw->text_b = 0; |
3344 | 3344 |
3345 pw->save_settings = print_pref_int(PRINT_PREF_SAVE, TRUE); | 3345 pw->save_settings = print_pref_int(PRINT_PREF_SAVE, TRUE); |
3346 | 3346 |
3347 pw->dialog = file_util_gen_dlg(_("Print - Geeqie"), "gqview", "print_dialog", | 3347 pw->dialog = file_util_gen_dlg(_("Print - Geeqie"), "Geeqie", "print_dialog", |
3348 parent, FALSE, | 3348 parent, FALSE, |
3349 print_window_cancel_cb, pw); | 3349 print_window_cancel_cb, pw); |
3350 | 3350 |
3351 geometry.min_width = 32; | 3351 geometry.min_width = 32; |
3352 geometry.min_height = 32; | 3352 geometry.min_height = 32; |