update the QuickStartWizard with the changes for the Discovery combobox

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3762 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-11-08 16:27:48 +00:00
parent f3ec123b88
commit 4c43c471ec
2 changed files with 64 additions and 17 deletions

View file

@ -437,12 +437,22 @@ p, li { white-space: pre-wrap; }
<widget class="QComboBox" name="discoveryComboBox">
<item>
<property name="text">
<string>Share Ip and information with your friend (Disc On)</string>
<string>Public: DHT &amp; Discovery</string>
</property>
</item>
<item>
<property name="text">
<string>Don't share any information (Disc Off)</string>
<string>Private: Discovery Only</string>
</property>
</item>
<item>
<property name="text">
<string>Inverted: DHT Only</string>
</property>
</item>
<item>
<property name="text">
<string>Dark Net: None</string>
</property>
</item>
</widget>