summaryrefslogtreecommitdiff
path: root/gtk/gtkrecentmanager.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-04-27 23:10:38 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-04-27 23:10:38 +0000
commit2824f4597d2bfca4a30a82d1b01dbe55fe32b487 (patch)
tree60efe6aab58f94cfc6c878e69fe7310ebdd6269d /gtk/gtkrecentmanager.c
parentf478d9f0f61d46102507a034f63919a5c9cb0e04 (diff)
downloadgtk+-2824f4597d2bfca4a30a82d1b01dbe55fe32b487.tar.gz
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
Diffstat (limited to 'gtk/gtkrecentmanager.c')
-rw-r--r--gtk/gtkrecentmanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkrecentmanager.c b/gtk/gtkrecentmanager.c
index 05104737d0..c8e16828ec 100644
--- a/gtk/gtkrecentmanager.c
+++ b/gtk/gtkrecentmanager.c
@@ -1438,7 +1438,7 @@ gtk_recent_info_get_type (void)
static GType info_type = 0;
if (!info_type)
- info_type = g_boxed_type_register_static ("GtkRecentInfo",
+ info_type = g_boxed_type_register_static (I_("GtkRecentInfo"),
(GBoxedCopyFunc) gtk_recent_info_ref,
(GBoxedFreeFunc) gtk_recent_info_unref);
return info_type;