mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-21 05:39:11 -04:00
moved the AboutDialog into Options
This commit is contained in:
parent
ca5fa7afa8
commit
1cdb970e23
9 changed files with 1124 additions and 1026 deletions
|
@ -39,6 +39,7 @@
|
|||
#include "PeoplePage.h"
|
||||
#include "MessagePage.h"
|
||||
#include "ForumPage.h"
|
||||
#include "AboutPage.h"
|
||||
#include "PostedPage.h"
|
||||
#include "PluginsPage.h"
|
||||
#include "ServicePermissionsPage.h"
|
||||
|
@ -167,6 +168,7 @@ RSettingsWin::initStackedWidget()
|
|||
addPage(cp) ;
|
||||
}
|
||||
}
|
||||
addPage(new AboutPage() );
|
||||
|
||||
// make the first page the default.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue