diff options
author | Lubos Dolezel <lubos@dolezel.info> | 2015-06-02 22:13:56 +0200 |
---|---|---|
committer | Lubos Dolezel <lubos@dolezel.info> | 2015-06-02 22:13:56 +0200 |
commit | 8804957816e222803b8a4014aacc240cc7f301a1 (patch) | |
tree | 1af2719110f7ea4d33216b2ebd6f6ccc41ad49cd /src/gui | |
parent | f9183105745653ccdc137126aa8f4f1269014af2 (diff) | |
download | twinkle-8804957816e222803b8a4014aacc240cc7f301a1.tar twinkle-8804957816e222803b8a4014aacc240cc7f301a1.tar.gz twinkle-8804957816e222803b8a4014aacc240cc7f301a1.tar.lz twinkle-8804957816e222803b8a4014aacc240cc7f301a1.tar.xz twinkle-8804957816e222803b8a4014aacc240cc7f301a1.zip |
ifdefed-out another instance of Diamondcard reference
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/selectprofileform.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/gui/selectprofileform.cpp b/src/gui/selectprofileform.cpp index 43b6ff8..06465d6 100644 --- a/src/gui/selectprofileform.cpp +++ b/src/gui/selectprofileform.cpp @@ -120,7 +120,11 @@ int SelectProfileForm::execForm() "You can create a Diamondcard account to make worldwide "\ "calls to regular and cell phones and send SMS messages.<br><br>"\ "Choose what method you wish to use.</html>"), - tr("&Wizard"), tr("&Profile editor"), tr("&Diamondcard")); + tr("&Wizard"), tr("&Profile editor") +#ifdef WITH_DIAMONDCARD + , tr("&Diamondcard") +#endif + ); switch (newProfileMethod) { case 0: |