Internalize some strings, pointed out by Damon Chaplin.

2007-04-27  Matthias Clasen  <mclasen@redhat.com>

        * gtkassistant.c:
        * gtkiconfactory.c:
        * gtkiconview.c:
        * gtkpapersize.c:
        * gtkrecentmanager.c:
        * gtktextiter.c: Internalize some strings, pointed out
        by Damon Chaplin.



svn path=/trunk/; revision=17661
This commit is contained in:
Matthias Clasen
2007-04-27 23:10:38 +00:00
committed by Matthias Clasen
parent f478d9f0f6
commit 2824f4597d
7 changed files with 19 additions and 8 deletions

View File

@ -52,7 +52,7 @@ gtk_paper_size_get_type (void)
static GType our_type = 0;
if (our_type == 0)
our_type = g_boxed_type_register_static ("GtkPaperSize",
our_type = g_boxed_type_register_static (I_("GtkPaperSize"),
(GBoxedCopyFunc)gtk_paper_size_copy,
(GBoxedFreeFunc)gtk_paper_size_free);
return our_type;