]> git.sur5r.net Git - glabels/commitdiff
2008-12-14 Jim Evins <evins@snaught.com>
authorJim Evins <evins@snaught.com>
Mon, 15 Dec 2008 04:54:58 +0000 (04:54 +0000)
committerJim Evins <evins@snaught.com>
Mon, 15 Dec 2008 04:54:58 +0000 (04:54 +0000)
* src/ui.c: (gl_ui_new):
Bug #2395628.  Fixed i18n for application shell.
* po/POTFILES.in:
Bug #2395628.  Reconciled POTFILES.in with current files.

git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@801 f5e0f49d-192f-0410-a22d-a8d8700d0965

glabels2/ChangeLog
glabels2/po/POTFILES.in
glabels2/src/ui.c

index 520499e4855cacec3937bbd74506bf5724670b77..153b637c97f55fb115048ff8117af8e02ac8d216 100644 (file)
@@ -1,3 +1,10 @@
+2008-12-14  Jim Evins  <evins@snaught.com>
+
+       * src/ui.c: (gl_ui_new):
+               Bug #2395628.  Fixed i18n for application shell.
+       * po/POTFILES.in:
+               Bug #2395628.  Reconciled POTFILES.in with current files.
+       
 2008-12-14  Jim Evins  <evins@snaught.com>
 
        * configure.in:
index e6b7ee95c0edf987b5562e5a239be2e8918bdb6b..9c9b5f4ecfa482973f5d1a6166442984d7e3bdff 100644 (file)
@@ -56,6 +56,7 @@ src/object-editor-lsize-page.c
 src/object-editor-position-page.c
 src/object-editor-size-page.c
 src/object-editor-text-page.c
+src/object-editor-shadow-page.c
 src/merge-properties-dialog.c
 src/merge-properties-dialog.h
 src/print.c
@@ -102,6 +103,14 @@ src/merge-text.h
 src/merge-evolution.c
 src/text-node.c
 src/text-node.h
+src/color-combo.c
+src/color-combo.h
+src/color-combo-color-menu-item.c
+src/color-combo-color-menu-item.h
+src/color-combo-history.c
+src/color-combo-history.h
+src/color-combo-menu.c
+src/color-combo-menu.h
 src/wdgt-print-copies.c
 src/wdgt-print-copies.h
 src/wdgt-print-merge.c
@@ -120,51 +129,50 @@ src/color.c
 src/color.h
 src/debug.c
 src/debug.h
-src/mygal/color-group.c
-src/mygal/color-group.h
-src/mygal/color-palette.c
-src/mygal/color-palette.h
-src/mygal/e-colors.c
-src/mygal/e-colors.h
-src/mygal/e-util.h
-src/mygal/mygal-combo-box.c
-src/mygal/mygal-combo-box.h
-src/mygal/widget-color-combo.c
-src/mygal/widget-color-combo.h
 src/critical-error-handler.c
 src/warning-handler.c
 
 libglabels/category.c
-libglabels/template.c
-libglabels/template.h
+libglabels/category.h
+libglabels/db.c
+libglabels/db.h
+libglabels/enums.h
+libglabels/libglabels-private.h
 libglabels/paper.c
 libglabels/paper.h
-libglabels/xml-template.c
-libglabels/xml-template.h
-libglabels/xml-paper.c
-libglabels/xml-paper.h
+libglabels/str.c
+libglabels/str.h
+libglabels/template.c
+libglabels/template.h
 libglabels/xml.c
 libglabels/xml.h
+libglabels/xml-category.c
+libglabels/xml-category.h
+libglabels/xml-paper.c
+libglabels/xml-paper.h
+libglabels/xml-template.c
+libglabels/xml-template.h
 
-data/glade/merge-properties-dialog.glade
-data/glade/new-label-dialog.glade
-data/glade/object-editor.glade
-data/glade/prefs-dialog.glade
-data/glade/print-custom-widget.glade
-data/glade/property-bar.glade
-data/glade/template-designer.glade
-data/glade/wdgt-media-select.glade
-data/glade/wdgt-rotate-label.glade
+data/builder/merge-properties-dialog.glade
+data/builder/new-label-dialog.glade
+data/builder/object-editor.glade
+data/builder/prefs-dialog.glade
+data/builder/print-custom-widget.glade
+data/builder/property-bar.glade
+data/builder/template-designer.glade
+data/builder/wdgt-media-select.glade
 
 data/templates/paper-sizes.xml
+data/templates/categories.xml
 data/templates/avery-us-templates.xml
 data/templates/avery-iso-templates.xml
 data/templates/avery-other-templates.xml
-data/templates/categories.xml
-data/templates/zweckform-iso-templates.xml
+data/templates/brother-other-templates.xml
+data/templates/dymo-other-templates.xml
 data/templates/misc-us-templates.xml
 data/templates/misc-iso-templates.xml
 data/templates/misc-other-templates.xml
+data/templates/zweckform-iso-templates.xml
 
 data/desktop/glabels.desktop.in
 
index ab6e2067e6873e9c74b5a897efd87f1ffcab6e70..f8cbd1280e4ac2f3046d15e3d75093777408eadc 100644 (file)
@@ -775,6 +775,7 @@ gl_ui_new (glWindow *window)
                          G_CALLBACK (disconnect_proxy_cb), window);
 
        actions = gtk_action_group_new ("Actions");
+        gtk_action_group_set_translation_domain (actions, NULL);
        gtk_action_group_add_actions (actions, entries, n_entries, GTK_WINDOW (window));
        gtk_action_group_add_toggle_actions (actions, 
                                             toggle_entries, n_toggle_entries,