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

This commit is contained in:
alberth
2011-03-06 15:59:23 +00:00
parent a6f5201184
commit 380b2cdc2b
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]