From kde-commits Thu Oct 15 21:01:25 2015 From: Alex Fiestas Date: Thu, 15 Oct 2015 21:01:25 +0000 To: kde-commits Subject: [kaccounts-providers] /: Set title fo ownCloud Wizard Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=144494384925337 Git commit 127a9281aac61a81f3d2b65376d513f1123e5f9f by Alex Fiestas. Committed on 11/05/2012 at 05:15. Pushed by mklapetek into branch 'master'. Set title fo ownCloud Wizard M +2 -0 owncloud.cpp http://commits.kde.org/kaccounts-providers/127a9281aac61a81f3d2b65376d513f1= 123e5f9f diff --git a/owncloud.cpp b/owncloud.cpp index fd3d620..429e0c8 100644 --- a/owncloud.cpp +++ b/owncloud.cpp @@ -30,6 +30,8 @@ using namespace KWallet; OwnCloudWizard::OwnCloudWizard(QWidget* parent, Qt::WindowFlags flags): QW= izard(parent, flags) { + setWindowTitle(i18n("ownCloud account Wizard")); + BasicInfo *basicInfo =3D new BasicInfo(this); Connecting *connecting =3D new Connecting(this); OServices *services =3D new OServices(this);