[PC-BSD Commits] r7689 - pcbsd/current/src-qt4/pc-netmanager/src/NetworkManager
svn at pcbsd.org
svn at pcbsd.org
Fri Oct 1 11:18:19 PDT 2010
Author: kris
Date: 2010-10-01 11:18:19 -0700 (Fri, 01 Oct 2010)
New Revision: 7689
Modified:
pcbsd/current/src-qt4/pc-netmanager/src/NetworkManager/networkman.ui
Log:
Added warning test to proxy config, letting user know that this applies to PC-BSD specific
tools and utilities, and 3rd party applications, such as browsers may still have their own proxy
configuration bits that need to be setup manually.
Modified: pcbsd/current/src-qt4/pc-netmanager/src/NetworkManager/networkman.ui
===================================================================
--- pcbsd/current/src-qt4/pc-netmanager/src/NetworkManager/networkman.ui 2010-10-01 18:14:51 UTC (rev 7688)
+++ pcbsd/current/src-qt4/pc-netmanager/src/NetworkManager/networkman.ui 2010-10-01 18:18:19 UTC (rev 7689)
@@ -820,6 +820,29 @@
</layout>
</widget>
</item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="label_3">
+ <property name="text">
+ <string>Note: This proxy configuration is for PC-BSD specific tools and utilities. Internet aware applications may still use their own proxy configuration, which will have to be manually configured.</string>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0">
+ <spacer name="verticalSpacer">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
</layout>
</widget>
</widget>
More information about the Commits
mailing list