aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/task-page.c
diff options
context:
space:
mode:
authorJohnny Jacob <johnnyjacob@gmail.com>2006-01-30 17:49:35 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-01-30 17:49:35 +0800
commit98746d11dad2b977f497049cdb21021790cdb53f (patch)
tree1766fcc975b27f4edecc25e4b327a2bf474eceb7 /calendar/gui/dialogs/task-page.c
parenta870d99fdced45770e1563bdb5779a4bb202de44 (diff)
downloadgsoc2013-evolution-98746d11dad2b977f497049cdb21021790cdb53f.tar
gsoc2013-evolution-98746d11dad2b977f497049cdb21021790cdb53f.tar.gz
gsoc2013-evolution-98746d11dad2b977f497049cdb21021790cdb53f.tar.bz2
gsoc2013-evolution-98746d11dad2b977f497049cdb21021790cdb53f.tar.lz
gsoc2013-evolution-98746d11dad2b977f497049cdb21021790cdb53f.tar.xz
gsoc2013-evolution-98746d11dad2b977f497049cdb21021790cdb53f.tar.zst
gsoc2013-evolution-98746d11dad2b977f497049cdb21021790cdb53f.zip
Fixed the page layouts as per HIG spacing.
2006-01-30 Johnny Jacob <johnnyjacob@gmail.com> * gui/dialogs/event-page.c: (sensitize_widgets), (alarm_changed_cb): * gui/dialogs/event-page.glade: * gui/dialogs/task-page.c: (sensitize_widgets): * gui/dialogs/task-page.glade: Fixed the page layouts as per HIG spacing. svn path=/trunk/; revision=31356
Diffstat (limited to 'calendar/gui/dialogs/task-page.c')
-rw-r--r--calendar/gui/dialogs/task-page.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c
index 11c55a7dc7..2025c4075c 100644
--- a/calendar/gui/dialogs/task-page.c
+++ b/calendar/gui/dialogs/task-page.c
@@ -436,14 +436,14 @@ sensitize_widgets (TaskPage *tpage)
gtk_widget_hide (priv->attendee_box);
gtk_widget_hide (priv->organizer);
gtk_widget_hide (priv->invite);
- gtk_label_set_text_with_mnemonic ((GtkLabel *) priv->org_cal_label, _("_Group"));
+ gtk_label_set_text_with_mnemonic ((GtkLabel *) priv->org_cal_label, _("_Group:"));
} else {
gtk_widget_show (priv->invite);
gtk_widget_show (priv->calendar_label);
gtk_widget_show (priv->list_box);
gtk_widget_show (priv->attendee_box);
gtk_widget_show (priv->organizer);
- gtk_label_set_text_with_mnemonic ((GtkLabel *) priv->org_cal_label, _("Or_ganizer"));
+ gtk_label_set_text_with_mnemonic ((GtkLabel *) priv->org_cal_label, _("Or_ganizer:"));
}
}
void