Roxen.git/
server/
etc/
RoxenUI.wxs
Branch:
Tag:
Non-build tags
All tags
No tags
2004-12-15
2004-12-15 21:05:33 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4d1abcf1baf8f68722a789af6c753ac41fbc6a57 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed the condition for the StartBrowser action.
Rev: server/etc/RoxenUI.wxs:1.34
405:
<Control Id="CloseButton" Type="PushButton" X="300" Y="261" Width="66" Height="18" Default="yes" Cancel="yes"> <Text>{\VSI_MS_Sans_Serif13.0_0_0}&Close</Text> <Publish Event="EndDialog" Value="Return"><![CDATA[1]]></Publish>
-
<Publish Event="DoAction" Value="StartBrowser">REMOVE
<>
""</Publish>
+
<Publish Event="DoAction" Value="StartBrowser">
(
REMOVE
=
""
) AND (START_SERVER="1")
</Publish>
</Control> <Control Id="CancelButton" Type="PushButton" X="156" Y="261" Width="66" Height="18" Disabled="yes"> <Text>{\VSI_MS_Sans_Serif13.0_0_0}Cancel</Text>