* added a about dialog

* quit RetroShare with rApp not more use qApp for quit, shutdown is now faster.
* added first retranslateUi for MainWindow
* changend Add Share string.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1944 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-12-31 02:23:02 +00:00
parent 82ebdc5bd7
commit e919981e00
11 changed files with 1100 additions and 25 deletions

View file

@ -1,7 +1,7 @@
/****************************************************************
* This file is distributed under the following license:
*
* Copyright (c) 2006-2007, crypton
* This file is distributed under the following license:
*
* Copyright (c) 2006-2007, crypton
* Copyright (c) 2006, Matt Edman, Justin Hipple
*
* This program is free software; you can redistribute it and/or
@ -32,7 +32,7 @@ public:
/** Default Constructor */
MainPage(QWidget *parent = 0) : QWidget(parent) {}
virtual void retranslateUi() {}
};
#endif