(svn r22217) -Codechange: Unduplicate horizontal positioning strings.

This commit is contained in:
alberth
2011-03-06 15:59:23 +00:00
parent f74e9c5d49
commit c46de7fc7b
2 changed files with 6 additions and 8 deletions

View File

@@ -2002,7 +2002,7 @@ def = 1
min = 0
max = 2
str = STR_CONFIG_SETTING_TOOLBAR_POS
strval = STR_CONFIG_SETTING_TOOLBAR_POS_LEFT
strval = STR_CONFIG_SETTING_HORIZONTAL_POS_LEFT
proc = v_PositionMainToolbar
[SDTC_VAR]
@@ -2014,7 +2014,7 @@ def = 1
min = 0
max = 2
str = STR_CONFIG_SETTING_STATUSBAR_POS
strval = STR_CONFIG_SETTING_STATUSBAR_POS_LEFT
strval = STR_CONFIG_SETTING_HORIZONTAL_POS_LEFT
proc = v_PositionStatusbar
[SDTC_VAR]