mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-16 18:14:40 +02:00
fixed SourceForge bug 2973079
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-03-19 vadim <vadim@vk.crocodile.org>
|
||||
|
||||
* pixAdvancedDialog.cpp: fixed SourceForge bug 2973079 "pix typo"
|
||||
(typo in a tooltip)
|
||||
|
||||
2010-03-18 vadim <vadim@vk.crocodile.org>
|
||||
|
||||
* fixed SourceForge bug #2972699 "fwsm/pix syslog name". The dialog
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
<enum>QTabWidget::Rounded</enum>
|
||||
</property>
|
||||
<property name="currentIndex">
|
||||
<number>5</number>
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="elideMode">
|
||||
<enum>Qt::ElideNone</enum>
|
||||
@@ -187,7 +187,7 @@
|
||||
<item row="1" column="0">
|
||||
<widget class="QCheckBox" name="pix_replace_natted_objects">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
||||
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
@@ -203,7 +203,7 @@
|
||||
<item row="2" column="0">
|
||||
<widget class="QCheckBox" name="pix_emulate_out_acl">
|
||||
<property name="toolTip">
|
||||
<string>Normally PIX does not support ouotbound ACL, however policy compiler can emulate them if this option is turned on</string>
|
||||
<string>Normally PIX does not support outbound ACL, however policy compiler can emulate them if this option is turned on</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Emulate outbound ACLs</string>
|
||||
|
||||
Reference in New Issue
Block a user