mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-17 13:30:36 -04:00
Fixed up Email Invite Text...
* Unified Text Source. * Added "Cut Below Here" line git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4883 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
014ad9b5c2
commit
a1806bb04f
3 changed files with 45 additions and 19 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
#include <QTimer>
|
||||
|
||||
|
||||
class GetStartedDialog : public MainPage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
@ -38,6 +39,11 @@ class GetStartedDialog : public MainPage
|
|||
/** Default Destructor */
|
||||
~GetStartedDialog();
|
||||
|
||||
// Single Point for (English) Text of the Invitation.
|
||||
// This is used by other classes.
|
||||
static std::string GetInviteText();
|
||||
static std::string GetCutBelowText();
|
||||
|
||||
/*** signals: ***/
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue