tag feature in MessagesDialog

its disabled until the msgId is static

uncomment the define STATIC_MSGID in MessagesDialog.h for testing 

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3010 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-05-27 19:48:52 +00:00
parent 3ff6fce00f
commit 5b4985e3d3
11 changed files with 822 additions and 167 deletions

View file

@ -100,6 +100,9 @@ public:
/** Set focus to the given page. */
static void activatePage (Page page);
/** get page */
static MainPage *getPage (Page page);
/* A Bit of a Hack... but public variables for
* the dialogs, so we can add them to the
* Notify Class...