plug-ins/maze/maze.c unmark help string _() and mark for necessary.

* plug-ins/maze/maze.c
        * plug-ins/maze/maze_face.c: unmark help string _() and mark
        for necessary.

-- yasuhiro
This commit is contained in:
SHIRASAKI Yasuhiro 2000-02-12 13:02:19 +00:00
parent 9600ecb32a
commit 79c6f5cd0c
4 changed files with 316 additions and 290 deletions

View File

@ -1,3 +1,9 @@
2000-02-12 Shirasaki Yasuhiro <yasuhiro@gnome.gr.jp>
* plug-ins/maze/maze.c
* plug-ins/maze/maze_face.c: unmark help string _() and mark
for necessary.
Sat Feb 12 12:24:57 CET 2000 Sven Neumann <sven@gimp.org>
* plug-ins/print/*.c:

View File

@ -149,9 +149,7 @@ query ()
static int nreturn_vals = 0;
gchar *help;
INIT_I18N();
help = g_strdup_printf (_("Generates a maze using either the depth-first search method or Prim's algorithm. Can make tileable mazes too. See %s for more help."), MAZE_URL);
help = g_strdup_printf ( "Generates a maze using either the depth-first search method or Prim's algorithm. Can make tileable mazes too. See %s for more help.", MAZE_URL);
gimp_install_procedure ("plug_in_maze",
"Draws a maze.",
help,

View File

@ -274,7 +274,7 @@ maze_dialog (void)
trow++;
/* entscale == Entry and Scale pair function found in pixelize.c */
width_entry = entscale_int_new (table, 0, trow, "Width (Pixels):",
width_entry = entscale_int_new (table, 0, trow, _("Width (Pixels):"),
&mvals.width,
1, sel_w/4, TRUE,
(EntscaleIntCallbackFunc) height_width_callback,

File diff suppressed because it is too large Load Diff