* Corrected the layout of the Connect Progress Dialog

* Added few more file type icons for "cpp", "h" nd "c"
* Corrected some strings
* Moved Uploads to Downloads Tab. 

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6986 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-01-04 19:54:07 +00:00
parent 4ce8ea73d2
commit 50ebd781e5
7 changed files with 318 additions and 239 deletions

View file

@ -109,7 +109,7 @@ ApplicationWindow::ApplicationWindow(QWidget* parent, Qt::WindowFlags flags)
#ifdef RS_USE_PHOTOSHARE
PhotoShare *photoShare = NULL;
ui.stackPages->add(photoShare = new PhotoShare(ui.stackPages),
createPageAction(QIcon(IMAGE_PHOTO), tr("Photo Share"), grp));
createPageAction(QIcon(IMAGE_PHOTO), tr("Photos"), grp));
#endif
PostedDialog *postedDialog = NULL;