diff options
author | Sushma Rai <rsushma@src.gnome.org> | 2005-12-12 16:16:54 +0800 |
---|---|---|
committer | Sushma Rai <rsushma@src.gnome.org> | 2005-12-12 16:16:54 +0800 |
commit | 0bf183b70276a6d7028d068741a66dafd21157ff (patch) | |
tree | 8cae9a3859bda361b37b3ff580eedcc469afb126 /plugins/exchange-operations/ChangeLog | |
parent | 570c6e6525366d4b0c464590ba7394d9504e5277 (diff) | |
download | gsoc2013-evolution-0bf183b70276a6d7028d068741a66dafd21157ff.tar gsoc2013-evolution-0bf183b70276a6d7028d068741a66dafd21157ff.tar.gz gsoc2013-evolution-0bf183b70276a6d7028d068741a66dafd21157ff.tar.bz2 gsoc2013-evolution-0bf183b70276a6d7028d068741a66dafd21157ff.tar.lz gsoc2013-evolution-0bf183b70276a6d7028d068741a66dafd21157ff.tar.xz gsoc2013-evolution-0bf183b70276a6d7028d068741a66dafd21157ff.tar.zst gsoc2013-evolution-0bf183b70276a6d7028d068741a66dafd21157ff.zip |
Using the proper error code, and also removed hard coded URL from
translatable string.
svn path=/trunk/; revision=30755
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 3aae236573..98baae1519 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,12 @@ +2005-12-12 Sushma Rai <rsushma@novell.com> + + * exchange-account-setup.c (print_error): Passing the support URL to + e_error_run(), so that hardcoded URL won't be marked for translation. + See #272514. + * org-gnome-exchange-operations.error.xml: Uisng the correct error code + "connect-exchange-error". Changed the primary message to more + appropriate one. Also removed hard coded URL. + 2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Add primary CLEANFILES, |