mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 18:45:17 -04:00
* 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:
parent
4ce8ea73d2
commit
50ebd781e5
7 changed files with 318 additions and 239 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue