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:
drbob 2012-02-03 20:38:45 +00:00
parent 014ad9b5c2
commit a1806bb04f
3 changed files with 45 additions and 19 deletions

View file

@ -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: