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:
parent
9600ecb32a
commit
79c6f5cd0c
@ -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:
|
||||
|
@ -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,
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user