diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-09-25 00:22:07 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-09-25 00:22:07 +0800 |
commit | fb1cdc02878ea1c6a37671fc326145f8a20ded81 (patch) | |
tree | 2f7c4f3cabd0299a0e90f773a797082f39c1b323 /calendar/gui/dialogs/task-editor-dialog.glade.h | |
parent | bfa2f69ce5eb69f46106e443d793a732215259a4 (diff) | |
download | gsoc2013-evolution-fb1cdc02878ea1c6a37671fc326145f8a20ded81.tar gsoc2013-evolution-fb1cdc02878ea1c6a37671fc326145f8a20ded81.tar.gz gsoc2013-evolution-fb1cdc02878ea1c6a37671fc326145f8a20ded81.tar.bz2 gsoc2013-evolution-fb1cdc02878ea1c6a37671fc326145f8a20ded81.tar.lz gsoc2013-evolution-fb1cdc02878ea1c6a37671fc326145f8a20ded81.tar.xz gsoc2013-evolution-fb1cdc02878ea1c6a37671fc326145f8a20ded81.tar.zst gsoc2013-evolution-fb1cdc02878ea1c6a37671fc326145f8a20ded81.zip |
set the height of the scrolled window for the description field, since the
2000-09-24 Damon Chaplin <damon@helixcode.com>
* gui/dialogs/task-editor-dialog.glade: set the height of the scrolled
window for the description field, since the default window height
doesn't seem to be working.
* cal-util/cal-component.h: added functions to get the actual
icalproperty lists for RRULE and EXRULE properties.
* cal-util/cal-recur.[hc]: added support for COUNT, though I need to
test it a bit. Also fixed the call to generate_instances_for_year() so
it uses the chunk dates.
2000-09-20 Damon Chaplin <damon@helixcode.com>
* gui/event-editor.c: got rid of 1 '_' in '__Formatting'.
svn path=/trunk/; revision=5562
Diffstat (limited to 'calendar/gui/dialogs/task-editor-dialog.glade.h')
-rw-r--r-- | calendar/gui/dialogs/task-editor-dialog.glade.h | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/calendar/gui/dialogs/task-editor-dialog.glade.h b/calendar/gui/dialogs/task-editor-dialog.glade.h index 20f7db3014..8ba4eea0a1 100644 --- a/calendar/gui/dialogs/task-editor-dialog.glade.h +++ b/calendar/gui/dialogs/task-editor-dialog.glade.h @@ -10,22 +10,19 @@ gchar *s = N_("Sta_rt Date:"); gchar *s = N_("_Due Date:"); gchar *s = N_("% Comp_lete:"); gchar *s = N_("_Status:"); -gchar *s = N_("Not Started\n" - "In Progress\n" - "Completed\n" - "Cancelled\n" - ""); +gchar *s = N_("Not Started"); +gchar *s = N_("In Progress"); +gchar *s = N_("Completed"); +gchar *s = N_("Cancelled"); gchar *s = N_("_Priority:"); -gchar *s = N_("High\n" - "Normal\n" - "Low\n" - ""); +gchar *s = N_("High"); +gchar *s = N_("Normal"); +gchar *s = N_("Low"); gchar *s = N_("C_lassification:"); -gchar *s = N_("None\n" - "Public\n" - "Private\n" - "Confidential\n" - ""); +gchar *s = N_("None"); +gchar *s = N_("Public"); +gchar *s = N_("Private"); +gchar *s = N_("Confidential"); gchar *s = N_("_Contacts..."); gchar *s = N_("Ca_tegories..."); gchar *s = N_("Task"); |