mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-31 18:36:24 -05:00
renaming strings
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-initdev@6962 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
8aca56bc4f
commit
9d78ad8942
@ -48,7 +48,7 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>605</width>
|
<width>745</width>
|
||||||
<height>332</height>
|
<height>332</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@ -83,7 +83,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="submitPostButton">
|
<widget class="QPushButton" name="submitPostButton">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Submit Post</string>
|
<string>Create Post</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="Posted_images.qrc">
|
<iconset resource="Posted_images.qrc">
|
||||||
|
@ -106,7 +106,7 @@ ApplicationWindow::ApplicationWindow(QWidget* parent, Qt::WFlags flags)
|
|||||||
#ifdef RS_USE_PHOTOSHARE
|
#ifdef RS_USE_PHOTOSHARE
|
||||||
PhotoShare *photoShare = NULL;
|
PhotoShare *photoShare = NULL;
|
||||||
ui.stackPages->add(photoShare = new PhotoShare(ui.stackPages),
|
ui.stackPages->add(photoShare = new PhotoShare(ui.stackPages),
|
||||||
createPageAction(QIcon(IMAGE_PHOTO), tr("Photo Share"), grp));
|
createPageAction(QIcon(IMAGE_PHOTO), tr("Photos"), grp));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
PostedDialog *postedDialog = NULL;
|
PostedDialog *postedDialog = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user