Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Kipi Plugins
Commits
627c7bcc
Commit
627c7bcc
authored
Apr 10, 2011
by
Gilles Caulier
🗼
Browse files
apply patch #58765
CCBUGS: 270587
parent
1165e61f
Changes
1
Hide whitespace changes
Inline
Side-by-side
mediawiki/wmwidget.cpp
View file @
627c7bcc
...
@@ -119,7 +119,7 @@ WmWidget::WmWidget(QWidget* parent, KIPI::Interface* iface)
...
@@ -119,7 +119,7 @@ WmWidget::WmWidget(QWidget* parent, KIPI::Interface* iface)
m_wikiSelect
->
addItem
(
QString
(
"fr wikipedia"
),
QUrl
(
"http://fr.wikipedia.org/w/api.php"
));
m_wikiSelect
->
addItem
(
QString
(
"fr wikipedia"
),
QUrl
(
"http://fr.wikipedia.org/w/api.php"
));
QLabel
*
nameLabel
=
new
QLabel
(
m_loginBox
);
QLabel
*
nameLabel
=
new
QLabel
(
m_loginBox
);
nameLabel
->
setText
(
i18n
(
"
Wiki
Login:"
));
nameLabel
->
setText
(
i18n
(
"Login:"
));
QLabel
*
passwdLabel
=
new
QLabel
(
m_loginBox
);
QLabel
*
passwdLabel
=
new
QLabel
(
m_loginBox
);
passwdLabel
->
setText
(
i18n
(
"Password:"
));
passwdLabel
->
setText
(
i18n
(
"Password:"
));
...
@@ -130,7 +130,7 @@ WmWidget::WmWidget(QWidget* parent, KIPI::Interface* iface)
...
@@ -130,7 +130,7 @@ WmWidget::WmWidget(QWidget* parent, KIPI::Interface* iface)
QPushButton
*
loginBtn
=
new
QPushButton
(
m_loginBox
);
QPushButton
*
loginBtn
=
new
QPushButton
(
m_loginBox
);
loginBtn
->
setAutoDefault
(
true
);
loginBtn
->
setAutoDefault
(
true
);
loginBtn
->
setDefault
(
true
);
loginBtn
->
setDefault
(
true
);
loginBtn
->
setText
(
i18n
(
"&Log
g
in"
));
loginBtn
->
setText
(
i18n
(
"&Log
in"
));
loginBoxLayout
->
addWidget
(
nameLabel
,
0
,
0
,
1
,
1
);
loginBoxLayout
->
addWidget
(
nameLabel
,
0
,
0
,
1
,
1
);
loginBoxLayout
->
addWidget
(
m_nameEdit
,
0
,
1
,
1
,
1
);
loginBoxLayout
->
addWidget
(
m_nameEdit
,
0
,
1
,
1
,
1
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment