mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 22:55:04 -04:00
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:
parent
f3ec123b88
commit
4c43c471ec
2 changed files with 64 additions and 17 deletions
|
@ -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 & 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue