aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/menus/gal-view-new-dialog.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-11-22 18:22:11 +0800
committerChris Lahey <clahey@src.gnome.org>2000-11-22 18:22:11 +0800
commit7d451013df9df568253799b808eb4c37ecfe33dc (patch)
tree48b2ff8d01ec3ca7faab44a65366f316bb7d2762 /widgets/menus/gal-view-new-dialog.c
parentfb2be68aa5555998e0d9cb12f5d3eb05a84c794f (diff)
downloadgsoc2013-evolution-7d451013df9df568253799b808eb4c37ecfe33dc.tar
gsoc2013-evolution-7d451013df9df568253799b808eb4c37ecfe33dc.tar.gz
gsoc2013-evolution-7d451013df9df568253799b808eb4c37ecfe33dc.tar.bz2
gsoc2013-evolution-7d451013df9df568253799b808eb4c37ecfe33dc.tar.lz
gsoc2013-evolution-7d451013df9df568253799b808eb4c37ecfe33dc.tar.xz
gsoc2013-evolution-7d451013df9df568253799b808eb4c37ecfe33dc.tar.zst
gsoc2013-evolution-7d451013df9df568253799b808eb4c37ecfe33dc.zip
Fixed some typos to get the table to display properly.
2000-11-22 Christopher James Lahey <clahey@helixcode.com> * gal-define-views-dialog.c: Fixed some typos to get the table to display properly. * gal-view-new-dialog.c: Fixed the string for loading the glade file for this dialog. svn path=/trunk/; revision=6649
Diffstat (limited to 'widgets/menus/gal-view-new-dialog.c')
-rw-r--r--widgets/menus/gal-view-new-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/menus/gal-view-new-dialog.c b/widgets/menus/gal-view-new-dialog.c
index ad682359db..5ab5d511d0 100644
--- a/widgets/menus/gal-view-new-dialog.c
+++ b/widgets/menus/gal-view-new-dialog.c
@@ -108,7 +108,7 @@ gal_view_new_dialog_init (GalViewNewDialog *gal_view_new_dialog)
GladeXML *gui;
GtkWidget *widget;
- gui = glade_xml_new (GAL_GLADEDIR "/gal-view-new-diallog.glade", NULL);
+ gui = glade_xml_new (GAL_GLADEDIR "/gal-view-new-dialog.glade", NULL);
gal_view_new_dialog->gui = gui;
widget = glade_xml_get_widget(gui, "table-top");