diff options
author | Li Yuan <li.yuan@sun.com> | 2005-08-04 12:56:54 +0800 |
---|---|---|
committer | Li Yuan <liyuan@src.gnome.org> | 2005-08-04 12:56:54 +0800 |
commit | 1b28d2f6d535e314f29e30a68b2386716053914a (patch) | |
tree | 0eb2740377599b84581fcdce95d5c30a79f70ad8 /widgets/misc | |
parent | 848a963fd53dc2f4eb9b6b95ad389d5a6fe162fe (diff) | |
download | gsoc2013-evolution-1b28d2f6d535e314f29e30a68b2386716053914a.tar gsoc2013-evolution-1b28d2f6d535e314f29e30a68b2386716053914a.tar.gz gsoc2013-evolution-1b28d2f6d535e314f29e30a68b2386716053914a.tar.bz2 gsoc2013-evolution-1b28d2f6d535e314f29e30a68b2386716053914a.tar.lz gsoc2013-evolution-1b28d2f6d535e314f29e30a68b2386716053914a.tar.xz gsoc2013-evolution-1b28d2f6d535e314f29e30a68b2386716053914a.tar.zst gsoc2013-evolution-1b28d2f6d535e314f29e30a68b2386716053914a.zip |
Add a11y name to the left table of config dialog. Add name to the left
2005-08-03 Li Yuan <li.yuan@sun.com>
* menus/gal-view-new-dialog.glade:
Add a11y name to the left table of config dialog.
* misc/e-multi-config-dialog.c:
Add name to the left table of preference dialog.
* table/e-table-config.c: (e_table_proxy_etable_shown_new),
(e_table_proxy_etable_available_new):
Add a11y name to "Show Fields" table and "Available Fields" table.
svn path=/trunk/; revision=29980
Diffstat (limited to 'widgets/misc')
-rw-r--r-- | widgets/misc/e-multi-config-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/misc/e-multi-config-dialog.c b/widgets/misc/e-multi-config-dialog.c index fb850bc597..a5ac07d17c 100644 --- a/widgets/misc/e-multi-config-dialog.c +++ b/widgets/misc/e-multi-config-dialog.c @@ -68,7 +68,7 @@ static char *list_e_table_spec = " cell=\"vbox\"" " minimum_width=\"32\"" " resizable=\"true\"" - " _title=\"blah\"" + " _title=\"Category\"" " compare=\"string\"/>" " <ETableState>" " <column source=\"0\"/>" |