diff options
author | Parthasarathi S A <sparthasarathi@novell.com> | 2004-08-06 18:05:23 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-08-06 18:05:23 +0800 |
commit | faea9f4360005a0869a62e4da5d459a6067ca9c5 (patch) | |
tree | 0e186a5afbcb2dba1a0c70370328897a1a636cc4 /calendar/calendar-errors.xml.h | |
parent | b58607ea6a24dc9f69115520950215bb01a2a220 (diff) | |
download | gsoc2013-evolution-faea9f4360005a0869a62e4da5d459a6067ca9c5.tar.gz gsoc2013-evolution-faea9f4360005a0869a62e4da5d459a6067ca9c5.tar.zst gsoc2013-evolution-faea9f4360005a0869a62e4da5d459a6067ca9c5.zip |
Fix for bug #61673. The function takes two arguments now, instead of one.
2004-08-05 Parthasarathi S A <sparthasarathi@novell.com>
Fix for bug #61673.
* calendar/gui/dialogs/save_comp.c(save_component_dialog):
The function takes two arguments now, instead of one. The second
argument is the pointer to the ECalComponent from which the component
type can be determined. Based on the component type the corresponding
error message is displayed.
* calendar/gui/dialogs/save_comp.h:
Function definition updated for save_component_dialog.
* calendar/gui/dialogs/comp_editor.c(prompt_to_save_changes):
passing the ECalComponent pointer to the 'save_component_dialog' function
* calendar/calendar-errors.xml: New error message string for task included
* calendar/calendar-errors.xml.h
svn path=/trunk/; revision=26839
Diffstat (limited to 'calendar/calendar-errors.xml.h')
-rw-r--r-- | calendar/calendar-errors.xml.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calendar/calendar-errors.xml.h b/calendar/calendar-errors.xml.h index cc4681c966..7398713a2b 100644 --- a/calendar/calendar-errors.xml.h +++ b/calendar/calendar-errors.xml.h @@ -72,6 +72,12 @@ char *s = N_("Would you like to save your changes to this appointment?"); char *s = N_("You have made changes to this appointment, but not yet saved them."); char *s = N_("Discard Changes"); char *s = N_("Save Changes"); +/* calendar:prompt-save-task title */ +char *s = N_("Save Task"); +/* calendar:prompt-save-task primary */ +char *s = N_("Would you like to save your changes to this task?"); +/* calendar:prompt-save-task secondary */ +char *s = N_("You have made changes to this task, but not yet saved them."); /* calendar:prompt-meeting-invite primary */ char *s = N_("Would you like to send meeting invitations to participants?"); /* calendar:prompt-meeting-invite secondary */ |