diff options
author | Srinivasa Ragavan <sragavam@novell.com> | 2005-07-25 19:28:40 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-07-25 19:28:40 +0800 |
commit | c89aef269f18f8160771d535c703f6b69856e4a6 (patch) | |
tree | 24c78a652f5a3ae2bb230e4d8767eab2a86d56eb /addressbook/addressbook.error.xml | |
parent | 88f3cfaa05579162f1e7a7b3d06954a16f2e7acd (diff) | |
download | gsoc2013-evolution-c89aef269f18f8160771d535c703f6b69856e4a6.tar.gz gsoc2013-evolution-c89aef269f18f8160771d535c703f6b69856e4a6.tar.zst gsoc2013-evolution-c89aef269f18f8160771d535c703f6b69856e4a6.zip |
Added a string for resize popup Added code to check the size of image and
2005-07-25 Srinivasa Ragavan <sragavam@novell.com>
* addressbook.error.xml: Added a string for resize popup
* gui/contact-editor/e-contact-editor.c: (image_selected) Added
code to check the size of image and prompt for resize.
svn path=/trunk/; revision=29885
Diffstat (limited to 'addressbook/addressbook.error.xml')
-rw-r--r-- | addressbook/addressbook.error.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml index 523d420ce3..b4bbfff684 100644 --- a/addressbook/addressbook.error.xml +++ b/addressbook/addressbook.error.xml @@ -74,6 +74,12 @@ <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> </error> + <error type="question" id="prompt-resize" default="GTK_RESPONSE_YES"> + <primary>The image you have selected is large. Do you want to resize and store it? </primary> + <button stock="gtk-no" response="GTK_RESPONSE_NO"/> + <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> + </error> + <error id="save-error" type="error"> <_primary>Unable to save {0}.</_primary> <_secondary>Error saving {0} to {1}: {2}</_secondary> |