From 6c0ba6d1f6d2a89ea011b5c9d671c941f8d324c0 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 26 Nov 2002 17:22:34 +0000 Subject: e_get_language_list now returns language codes that actually work with * e-shell-settings-dialog.c (page_new): e_get_language_list now returns language codes that actually work with oaf, making the _()s here redundant. * e-component-info.c (get_i18n_value): Remove code to turn "fr_FR" into "fr", since e_get_language_list will return both now. svn path=/trunk/; revision=18928 --- shell/e-shell-settings-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/e-shell-settings-dialog.c') diff --git a/shell/e-shell-settings-dialog.c b/shell/e-shell-settings-dialog.c index a99a0dfc54..4161cba791 100644 --- a/shell/e-shell-settings-dialog.c +++ b/shell/e-shell-settings-dialog.c @@ -94,8 +94,8 @@ page_new (const char *title, gdk_pixbuf_ref (icon); page = g_new (Page, 1); - page->title = g_strdup (_(title)); - page->description = g_strdup (_(description)); + page->title = g_strdup (title); + page->description = g_strdup (description); page->icon = icon; page->type = type; page->priority = priority; -- cgit v1.2.3