aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/addressbook-errors.xml
diff options
context:
space:
mode:
authorvivek jain <jvivek@novell.com>2005-02-04 16:08:59 +0800
committerJain Vivek <jvivek@src.gnome.org>2005-02-04 16:08:59 +0800
commitccecf5ce111a42dadfb0bf9a90aa2756d2361fc1 (patch)
tree3dfda9f15dfa276a155d237975df2f0fe9949f79 /addressbook/addressbook-errors.xml
parente6acb039d0395c2b346cf1370862e49547484143 (diff)
downloadgsoc2013-evolution-ccecf5ce111a42dadfb0bf9a90aa2756d2361fc1.tar
gsoc2013-evolution-ccecf5ce111a42dadfb0bf9a90aa2756d2361fc1.tar.gz
gsoc2013-evolution-ccecf5ce111a42dadfb0bf9a90aa2756d2361fc1.tar.bz2
gsoc2013-evolution-ccecf5ce111a42dadfb0bf9a90aa2756d2361fc1.tar.lz
gsoc2013-evolution-ccecf5ce111a42dadfb0bf9a90aa2756d2361fc1.tar.xz
gsoc2013-evolution-ccecf5ce111a42dadfb0bf9a90aa2756d2361fc1.tar.zst
gsoc2013-evolution-ccecf5ce111a42dadfb0bf9a90aa2756d2361fc1.zip
display a warning dialog if the server version is not proper added warning
2005-01-04 vivek jain <jvivek@novell.com> * gui/component/addressbook.c: (load_source_auth_cb) display a warning dialog if the server version is not proper * addressbook-errors.xml: added warning message for invalid server version svn path=/trunk/; revision=28706
Diffstat (limited to 'addressbook/addressbook-errors.xml')
-rw-r--r--addressbook/addressbook-errors.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/addressbook/addressbook-errors.xml b/addressbook/addressbook-errors.xml
index 6aa5abb017..3bb5c93e01 100644
--- a/addressbook/addressbook-errors.xml
+++ b/addressbook/addressbook-errors.xml
@@ -90,4 +90,11 @@
<button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button stock="gtk-ok" label="_Add" response="GTK_RESPONSE_YES"/>
</error>
+
+ <error id="server-version" type="warning">
+ <title>Server Version</title>
+ <primary>Your server needs to be updated</primary>
+ <secondary>Some features may not work correctly with your current server version</secondary>
+ </error>
+
</error-list>