mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
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:
parent
cdf02f3834
commit
3f4c0385c8
2 changed files with 2 additions and 18 deletions
|
@ -110,6 +110,7 @@ RSettingsWin::setNewPage(int page)
|
|||
text = tr("Appearance");
|
||||
pageicon->setPixmap(QPixmap(":/images/looknfeel.png"));
|
||||
break;
|
||||
#ifndef RS_RELEASE_VERSION
|
||||
case Fileassociations:
|
||||
text = tr("File Associations");
|
||||
pageicon->setPixmap(QPixmap(":/images/filetype-association.png"));
|
||||
|
@ -118,6 +119,7 @@ RSettingsWin::setNewPage(int page)
|
|||
text = tr("Sound");
|
||||
pageicon->setPixmap(QPixmap(":/images/sound.png"));
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
text = tr("UnknownPage");// impossible case
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue