* fixed MessengerWindow

* update internal stylesheets
* update help content

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@763 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2008-10-23 16:17:29 +00:00
parent 8f5e91727e
commit 1ee1b408ff
18 changed files with 124 additions and 17 deletions

View file

@ -71,7 +71,7 @@
/** Constructor */
MessengerWindow::MessengerWindow(QWidget * parent)
: QWidget(parent)
: QMainWindow(parent)
{
/* Invoke the Qt Designer generated object setup routine */
ui.setupUi(this);