Set the Text for the Add Share Button

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7312 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-04-29 21:53:29 +00:00
parent 06fe72e0d8
commit 52b3c372a2
2 changed files with 13 additions and 13 deletions

View file

@ -336,7 +336,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags flags)
addAction(new QAction(QIcon(IMAGE_UNFINISHED), tr("Unfinished"), toolBar), SLOT(showApplWindow()));
#endif
addAction(new QAction(QIcon(IMAGE_OPTIONS), tr("Options"), toolBar), SLOT(showSettings()));
addAction(new QAction(QIcon(IMAGE_PREFERENCES), tr("Options"), toolBar), SLOT(showSettings()));
addAction(new QAction(QIcon(IMAGE_ABOUT), tr("About"), toolBar), SLOT(showabout()));
addAction(new QAction(QIcon(IMAGE_QUIT), tr("Quit"), toolBar), SLOT(doQuit()));