comparison src/editors.c @ 2587:c6f9494f6be1

Fix #508: Copy and Move windows scale incorrectly https://github.com/BestImageViewer/geeqie/issues/508
author cclark <colin.clark@cclark.uk>
date Wed, 06 Sep 2017 11:59:47 +0100
parents f48a3335c672
children e9026a22ed21
comparison
equal deleted inserted replaced
2586:e2c53828af57 2587:c6f9494f6be1
535 535
536 vd->gd = file_util_gen_dlg(_("Edit command results"), "editor_results", 536 vd->gd = file_util_gen_dlg(_("Edit command results"), "editor_results",
537 NULL, FALSE, 537 NULL, FALSE,
538 NULL, ed); 538 NULL, ed);
539 buf = g_strdup_printf(_("Output of %s"), text); 539 buf = g_strdup_printf(_("Output of %s"), text);
540 generic_dialog_add_message(vd->gd, NULL, buf, NULL); 540 generic_dialog_add_message(vd->gd, NULL, buf, NULL, TRUE);
541 g_free(buf); 541 g_free(buf);
542 vd->button_stop = generic_dialog_add_button(vd->gd, GTK_STOCK_STOP, NULL, 542 vd->button_stop = generic_dialog_add_button(vd->gd, GTK_STOCK_STOP, NULL,
543 editor_verbose_window_stop, FALSE); 543 editor_verbose_window_stop, FALSE);
544 gtk_widget_set_sensitive(vd->button_stop, FALSE); 544 gtk_widget_set_sensitive(vd->button_stop, FALSE);
545 vd->button_close = generic_dialog_add_button(vd->gd, GTK_STOCK_CLOSE, NULL, 545 vd->button_close = generic_dialog_add_button(vd->gd, GTK_STOCK_CLOSE, NULL,