Skip to content
Snippets Groups Projects
Commit 08c6b21d authored by Jérémy Quentin's avatar Jérémy Quentin
Browse files

Changed main window title and fixed a mistake in sflphone_const.h

parent 7c16c3b3
Branches
Tags
No related merge requests found
...@@ -30,6 +30,7 @@ SFLPhone::SFLPhone(QWidget *parent) ...@@ -30,6 +30,7 @@ SFLPhone::SFLPhone(QWidget *parent)
setWindowIcon(QIcon(ICON_SFLPHONE)); setWindowIcon(QIcon(ICON_SFLPHONE));
setWindowTitle(tr2i18n("SFLPhone"));
setupActions(); setupActions();
......
...@@ -44,7 +44,7 @@ int main(int argc, char **argv) ...@@ -44,7 +44,7 @@ int main(int argc, char **argv)
KAboutData about( KAboutData about(
"sflphone-client-kde", "sflphone-client-kde",
0, 0,
ki18n("sflphone-client-kde"), ki18n("sflphone KDE client"),
version, version,
ki18n(description), ki18n(description),
KAboutData::License_GPL, KAboutData::License_GPL,
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
#define CONTACT_ITEM_HEIGHT 40 #define CONTACT_ITEM_HEIGHT 40
#define ACTION_LABEL_CALL i18nc("Call") #define ACTION_LABEL_CALL tr2i18n("Call")
#define ACTION_LABEL_HANG_UP tr2i18n("Hang up") #define ACTION_LABEL_HANG_UP tr2i18n("Hang up")
#define ACTION_LABEL_HOLD tr2i18n("Hold") #define ACTION_LABEL_HOLD tr2i18n("Hold")
#define ACTION_LABEL_TRANSFER tr2i18n("Transfer") #define ACTION_LABEL_TRANSFER tr2i18n("Transfer")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment