diff --git a/retroshare-gui/src/gui/settings/rsettingswin.cpp b/retroshare-gui/src/gui/settings/rsettingswin.cpp
index 1ad103350..d1d83ce74 100644
--- a/retroshare-gui/src/gui/settings/rsettingswin.cpp
+++ b/retroshare-gui/src/gui/settings/rsettingswin.cpp
@@ -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
}
diff --git a/retroshare-gui/src/gui/settings/settings.ui b/retroshare-gui/src/gui/settings/settings.ui
index 298e983de..00a914679 100755
--- a/retroshare-gui/src/gui/settings/settings.ui
+++ b/retroshare-gui/src/gui/settings/settings.ui
@@ -140,24 +140,6 @@
:/images/looknfeel.png:/images/looknfeel.png
- -
-
- File Associations
-
-
-
- :/images/filetype-association.png:/images/filetype-association.png
-
-
- -
-
- Sound
-
-
-
- :/images/sound.png:/images/sound.png
-
-
-