diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2005-07-25 13:00:45 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-07-25 13:00:45 +0800 |
commit | 113f3730daef9e8175db42e21ace56a81bd7f237 (patch) | |
tree | cd34d24a12bc8ec1f3eeb412287dac798aaa3e1e /plugins/groupwise-features/org-gnome-shared-folder.errors.xml | |
parent | be569b6675e0b237beec88b2d2510c6bf68f0e16 (diff) | |
download | gsoc2013-evolution-113f3730daef9e8175db42e21ace56a81bd7f237.tar gsoc2013-evolution-113f3730daef9e8175db42e21ace56a81bd7f237.tar.gz gsoc2013-evolution-113f3730daef9e8175db42e21ace56a81bd7f237.tar.bz2 gsoc2013-evolution-113f3730daef9e8175db42e21ace56a81bd7f237.tar.lz gsoc2013-evolution-113f3730daef9e8175db42e21ace56a81bd7f237.tar.xz gsoc2013-evolution-113f3730daef9e8175db42e21ace56a81bd7f237.tar.zst gsoc2013-evolution-113f3730daef9e8175db42e21ace56a81bd7f237.zip |
Added the new file process-meeting.c and widgets/misc to include headers.
2005-07-23 Chenthill Palanisamy <pchenthill@novell.com>
* Makefile.am: Added the new file process-meeting.c
and widgets/misc to include headers.
* org-gnome-groupwise-features.eplug.xml: Added the
hook for processing meetings.
* org-gnome-shared-folder.errors.xml: Added the message
for asking for error
svn path=/trunk/; revision=29870
Diffstat (limited to 'plugins/groupwise-features/org-gnome-shared-folder.errors.xml')
-rw-r--r-- | plugins/groupwise-features/org-gnome-shared-folder.errors.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/groupwise-features/org-gnome-shared-folder.errors.xml b/plugins/groupwise-features/org-gnome-shared-folder.errors.xml index 6a1339210f..e0d5069d58 100644 --- a/plugins/groupwise-features/org-gnome-shared-folder.errors.xml +++ b/plugins/groupwise-features/org-gnome-shared-folder.errors.xml @@ -14,6 +14,15 @@ You cannot share folder with specified user "{0}" </secondary> </error> +<error id="recurrence" type="question" default="GTK_RESPONSE_YES"> +<primary>This is a recurring meeting</primary> +<secondary>What would you like to {0}?</secondary> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button label="This instance" response="GTK_RESPONSE_NO"/> + <button label="All instances" response="GTK_RESPONSE_YES"/> +</error> + + </error-list> |