mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
Add a new Channel Page in settings (Patch from Phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7355 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
78f3ab21fd
commit
097ba1655d
9 changed files with 196 additions and 24 deletions
|
@ -35,6 +35,7 @@
|
|||
#include "TransferPage.h"
|
||||
#include "RelayPage.h"
|
||||
#include "ChatPage.h"
|
||||
#include "ChannelPage.h"
|
||||
#include "MessagePage.h"
|
||||
#include "ForumPage.h"
|
||||
#include "PluginsPage.h"
|
||||
|
@ -132,6 +133,7 @@ RSettingsWin::initStackedWidget()
|
|||
addPage(new NotifyPage());
|
||||
addPage(new CryptoPage());
|
||||
addPage(new MessagePage());
|
||||
addPage(new ChannelPage());
|
||||
addPage(new ForumPage());
|
||||
addPage(new ChatPage());
|
||||
addPage(new AppearancePage());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue