mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-05 18:29:37 +00:00
updated the imagemap plug-in
--Sven
This commit is contained in:
parent
88e0cc3155
commit
ecfb8a1210
76 changed files with 2078 additions and 561 deletions
|
@ -25,6 +25,7 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include "imap_default_dialog.h"
|
||||
#include "libgimp/stdplugins-intl.h"
|
||||
#include "imap_main.h"
|
||||
#include "imap_source.h"
|
||||
|
||||
|
@ -50,7 +51,7 @@ do_source_dialog(void)
|
|||
if (!dialog) {
|
||||
GtkWidget *window;
|
||||
|
||||
dialog = make_default_dialog("View Source");
|
||||
dialog = make_default_dialog(_("View Source"));
|
||||
default_dialog_hide_cancel_button(dialog);
|
||||
default_dialog_hide_apply_button(dialog);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue