removed unused settings bis

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2219 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-02-06 21:56:26 +00:00
parent cdf02f3834
commit 3f4c0385c8
2 changed files with 2 additions and 18 deletions

View File

@ -110,6 +110,7 @@ RSettingsWin::setNewPage(int page)
text = tr("Appearance"); text = tr("Appearance");
pageicon->setPixmap(QPixmap(":/images/looknfeel.png")); pageicon->setPixmap(QPixmap(":/images/looknfeel.png"));
break; break;
#ifndef RS_RELEASE_VERSION
case Fileassociations: case Fileassociations:
text = tr("File Associations"); text = tr("File Associations");
pageicon->setPixmap(QPixmap(":/images/filetype-association.png")); pageicon->setPixmap(QPixmap(":/images/filetype-association.png"));
@ -118,6 +119,7 @@ RSettingsWin::setNewPage(int page)
text = tr("Sound"); text = tr("Sound");
pageicon->setPixmap(QPixmap(":/images/sound.png")); pageicon->setPixmap(QPixmap(":/images/sound.png"));
break; break;
#endif
default: default:
text = tr("UnknownPage");// impossible case text = tr("UnknownPage");// impossible case
} }

View File

@ -140,24 +140,6 @@
<normaloff>:/images/looknfeel.png</normaloff>:/images/looknfeel.png</iconset> <normaloff>:/images/looknfeel.png</normaloff>:/images/looknfeel.png</iconset>
</property> </property>
</item> </item>
<item>
<property name="text">
<string>File Associations</string>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/filetype-association.png</normaloff>:/images/filetype-association.png</iconset>
</property>
</item>
<item>
<property name="text">
<string>Sound</string>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/sound.png</normaloff>:/images/sound.png</iconset>
</property>
</item>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">