[gnumeric] Make font selection translatable [#644250]



commit f79b5442a1202d371ffdd03754944891836db7af
Author: Andreas J Guelzow <aguelzow pyrshep ca>
Date:   Tue Mar 8 23:05:33 2011 -0700

    Make font selection translatable [#644250]
    
    2011-03-08  Andreas J. Guelzow <aguelzow pyrshep ca>
    
    	* widget-font-selector.c (fs_init): Use correct domain for
    	gnm_gtk_builder_new

 src/widgets/ChangeLog              |    5 +++++
 src/widgets/widget-font-selector.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/src/widgets/ChangeLog b/src/widgets/ChangeLog
index a2cefff..1f19b0c 100644
--- a/src/widgets/ChangeLog
+++ b/src/widgets/ChangeLog
@@ -1,3 +1,8 @@
+2011-03-08  Andreas J. Guelzow <aguelzow pyrshep ca>
+	
+	* widget-font-selector.c (fs_init): Use correct domain for 
+	gnm_gtk_builder_new
+	
 2011-02-18  Morten Welinder  <terra gnome org>
 
 	* widget-font-selector.c (list_init): Plug leak.
diff --git a/src/widgets/widget-font-selector.c b/src/widgets/widget-font-selector.c
index 3722792..95d96ba 100644
--- a/src/widgets/widget-font-selector.c
+++ b/src/widgets/widget-font-selector.c
@@ -368,7 +368,7 @@ fs_init (FontSelector *fs)
 {
 	GtkWidget *w;
 
-	fs->gui = gnm_gtk_builder_new ("font-sel.ui", "toplevel-table", NULL);
+	fs->gui = gnm_gtk_builder_new ("font-sel.ui", NULL, NULL);
 	if (fs->gui == NULL)
                 return;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]