moved Plugins page little bit to the top of the settings

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4294 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2011-06-19 10:05:14 +00:00
parent af858223d9
commit dd17fcdcda

View File

@ -32,7 +32,7 @@ class RSettingsWin: public QDialog, private Ui::Settings
public:
enum PageType { LastPage = -1, General = 0, Server, Transfer,
Directories, Notify, Security, Message, Forum, Chat, Appearance, Sound, Plugins,Fileassociations };
Directories, Plugins, Notify, Security, Message, Forum, Chat, Appearance, Sound, Fileassociations };
static void showYourself(QWidget *parent, PageType page = LastPage);
static void postModDirectories(bool update_local);