diff options
author | Jason Leach <jleach@ximian.com> | 2001-08-03 03:13:12 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-08-03 03:13:12 +0800 |
commit | 3a8f7814993d2ed11d0d74e9d0bf91ca7e0f8d99 (patch) | |
tree | 16d369ea6f203b21d37fc8de377295392b97d49d /mail/mail-config.glade | |
parent | 6752871a360830f247f893507c872f490f8955e0 (diff) | |
download | gsoc2013-evolution-3a8f7814993d2ed11d0d74e9d0bf91ca7e0f8d99.tar.gz gsoc2013-evolution-3a8f7814993d2ed11d0d74e9d0bf91ca7e0f8d99.tar.zst gsoc2013-evolution-3a8f7814993d2ed11d0d74e9d0bf91ca7e0f8d99.zip |
Set history_id's for the sig and html sig gnome file entry boxes so it can
2001-08-02 Jason Leach <jleach@ximian.com>
* mail-config.glade: Set history_id's for the sig and html sig
gnome file entry boxes so it can persist history, also add titles
to the dialogs that popup when you click the "Browse..." button.
Bug #5595.
svn path=/trunk/; revision=11594
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 7cd1e072d7..07ffd530df 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -466,7 +466,9 @@ Click "Finish" to save your settings.</text> <widget> <class>GnomeFileEntry</class> <name>fileentry_signature</name> + <history_id>sig-file-gnome-entry</history_id> <max_saved>10</max_saved> + <title>Signature file:</title> <directory>False</directory> <modal>False</modal> <child> @@ -548,7 +550,9 @@ Click "Finish" to save your settings.</text> <widget> <class>GnomeFileEntry</class> <name>fileentry_html_signature</name> + <history_id>html-sig-file-gnome-entry</history_id> <max_saved>10</max_saved> + <title>HTML signature file:</title> <directory>False</directory> <modal>False</modal> <child> |