diff options
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: |