Roxen.git/
server/
etc/
RoxenUI.wxs
Branch:
Tag:
Non-build tags
All tags
No tags
2004-11-15
2004-11-15 16:45:37 by Henrik Grubbström (Grubba) <grubba@grubba.org>
abd412a732cc357a16b6e1f48200406a28c38254 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
4.0
Fixed duplicate lables.
Rev: server/etc/RoxenUI.wxs:1.2
866:
<Control Id="Label4" Type="Text" X="18" Y="216" Width="165" Height="12" TabSkip="no"> <Text>{\VSI_MS_Sans_Serif13.0_0_0}Admin password:</Text> </Control>
-
<Control Id="Label4" Type="Text" X="192" Y="216" Width="165" Height="12" TabSkip="no">
+
<Control Id="Label4
_2
" Type="Text" X="192" Y="216" Width="165" Height="12" TabSkip="no">
<Text>{\VSI_MS_Sans_Serif13.0_0_0}Password (again):</Text> </Control> <Control Id="Edit4" Type="Edit" X="18" Y="228" Width="165" Height="18" Property="ADM_PASS1" Sunken="yes" Password="yes"> <Text>{\VSI_MS_Sans_Serif13.0_0_0}</Text> </Control>
-
<Control Id="Edit4" Type="Edit" X="192" Y="228" Width="165" Height="18" Property="ADM_PASS2" Sunken="yes" Password="yes">
+
<Control Id="Edit4
_2
" Type="Edit" X="192" Y="228" Width="165" Height="18" Property="ADM_PASS2" Sunken="yes" Password="yes">
<Text>{\VSI_MS_Sans_Serif13.0_0_0}</Text> </Control>