mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
* Moved Plugins to MainWindow
* Fixed icon size for Reply to all Button to 24x24 git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1034 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6c00b15f03
commit
6f869022da
3 changed files with 11 additions and 4 deletions
|
@ -38,7 +38,7 @@
|
|||
#include "StatisticDialog.h"
|
||||
#include "MessengerWindow.h"
|
||||
#include "ApplicationWindow.h"
|
||||
//#include "PluginsPage.h"
|
||||
#include "PluginsPage.h"
|
||||
|
||||
#include "Preferences/PreferencesWindow.h"
|
||||
#include "Settings/gsettingswin.h"
|
||||
|
@ -104,7 +104,7 @@ public:
|
|||
//StatisticDialog *statisticDialog;
|
||||
MessengerWindow *messengerWindow;
|
||||
ApplicationWindow *applicationWindow;
|
||||
//PluginsPage* pluginsPage ;
|
||||
PluginsPage* pluginsPage ;
|
||||
|
||||
SMPlayer * mSMPlayer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue