From 08c6b21dbfdc39b2cd6d16ef467e7b3a2f7bb2b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Quentin?= <jquentin@jquentin-laptop-kub2.(none)> Date: Thu, 7 May 2009 12:24:18 -0400 Subject: [PATCH] Changed main window title and fixed a mistake in sflphone_const.h --- sflphone-client-kde/SFLPhone.cpp | 1 + sflphone-client-kde/main.cpp | 2 +- sflphone-client-kde/sflphone_const.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sflphone-client-kde/SFLPhone.cpp b/sflphone-client-kde/SFLPhone.cpp index dfa6a928b4..a1bc077b76 100644 --- a/sflphone-client-kde/SFLPhone.cpp +++ b/sflphone-client-kde/SFLPhone.cpp @@ -30,6 +30,7 @@ SFLPhone::SFLPhone(QWidget *parent) setWindowIcon(QIcon(ICON_SFLPHONE)); + setWindowTitle(tr2i18n("SFLPhone")); setupActions(); diff --git a/sflphone-client-kde/main.cpp b/sflphone-client-kde/main.cpp index 9603e57581..65a87ac6da 100644 --- a/sflphone-client-kde/main.cpp +++ b/sflphone-client-kde/main.cpp @@ -44,7 +44,7 @@ int main(int argc, char **argv) KAboutData about( "sflphone-client-kde", 0, - ki18n("sflphone-client-kde"), + ki18n("sflphone KDE client"), version, ki18n(description), KAboutData::License_GPL, diff --git a/sflphone-client-kde/sflphone_const.h b/sflphone-client-kde/sflphone_const.h index 9238da02ba..94a4d600df 100644 --- a/sflphone-client-kde/sflphone_const.h +++ b/sflphone-client-kde/sflphone_const.h @@ -48,7 +48,7 @@ #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_HOLD tr2i18n("Hold") #define ACTION_LABEL_TRANSFER tr2i18n("Transfer") -- GitLab