diff options
author | Rodney Dawes <dobey@novell.com> | 2004-08-26 22:33:25 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-08-26 22:33:25 +0800 |
commit | d9aa9b68ad56f1509cc223a741382c1b2d89bab1 (patch) | |
tree | 452b0aa6ad24c3fe5bcf3dda8e212d97a387894f | |
parent | 3acd8c43fe8867335749bcb06aa64fa753ff406d (diff) | |
download | gsoc2013-evolution-d9aa9b68ad56f1509cc223a741382c1b2d89bab1.tar gsoc2013-evolution-d9aa9b68ad56f1509cc223a741382c1b2d89bab1.tar.gz gsoc2013-evolution-d9aa9b68ad56f1509cc223a741382c1b2d89bab1.tar.bz2 gsoc2013-evolution-d9aa9b68ad56f1509cc223a741382c1b2d89bab1.tar.lz gsoc2013-evolution-d9aa9b68ad56f1509cc223a741382c1b2d89bab1.tar.xz gsoc2013-evolution-d9aa9b68ad56f1509cc223a741382c1b2d89bab1.tar.zst gsoc2013-evolution-d9aa9b68ad56f1509cc223a741382c1b2d89bab1.zip |
Don't translate the default value for the window height
2004-08-26 Rodney Dawes <dobey@novell.com>
* apps_evolution_shell.schemas.in.in: Don't translate the default
value for the window height
svn path=/trunk/; revision=27034
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/apps_evolution_shell.schemas.in.in | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 757344370d..078a25e887 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2004-08-26 Rodney Dawes <dobey@novell.com> + + * apps_evolution_shell.schemas.in.in: Don't translate the default + value for the window height + 2004-08-25 Frederic Crozat <fcrozat@mandrakesoft.com> * e-shell-startup-wizard.c: (prepare_importer_page): diff --git a/shell/apps_evolution_shell.schemas.in.in b/shell/apps_evolution_shell.schemas.in.in index 1345a58a61..fddf73e7f3 100644 --- a/shell/apps_evolution_shell.schemas.in.in +++ b/shell/apps_evolution_shell.schemas.in.in @@ -89,8 +89,8 @@ <applyto>/apps/evolution/shell/view_defaults/height</applyto> <owner>evolution</owner> <type>int</type> + <default>480</default> <locale name="C"> - <default>480</default> <short>Default window height</short> </locale> </schema> |