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
OpenFlipper-Free
OpenFlipper
Commits
2b77f24a
Commit
2b77f24a
authored
May 09, 2018
by
Jan Möbius
Browse files
Merge branch 'correct_typos' into 'master'
Fixed two ugly typos in the logging widget. See merge request
!98
parents
baa3af2d
d064927e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Core/PluginLoader.cc
View file @
2b77f24a
...
@@ -887,7 +887,7 @@ void Core::loadPlugin(const QString& _filename,const bool _silent, QString& _lic
...
@@ -887,7 +887,7 @@ void Core::loadPlugin(const QString& _filename,const bool _silent, QString& _lic
}
}
emit
log
(
LOGOUT
,
tr
(
"Plugin Desciption :
\t
%1 "
).
arg
(
basePlugin
->
description
())
);
emit
log
(
LOGOUT
,
tr
(
"Plugin Desc
r
iption :
\t
%1 "
).
arg
(
basePlugin
->
description
())
);
supported
=
"BaseInterface "
;
supported
=
"BaseInterface "
;
...
...
widgets/loggerWidget/loggerWidget.cc
View file @
2b77f24a
...
@@ -129,7 +129,7 @@ LoggerWidget::LoggerWidget( QWidget *parent)
...
@@ -129,7 +129,7 @@ LoggerWidget::LoggerWidget( QWidget *parent)
allButton_
=
new
QPushButton
(
QIcon
(
path
+
"status_all.png"
),
tr
(
"All Messages"
));
allButton_
=
new
QPushButton
(
QIcon
(
path
+
"status_all.png"
),
tr
(
"All Messages"
));
allButton_
->
setCheckable
(
true
);
allButton_
->
setCheckable
(
true
);
allButton_
->
setAutoExclusive
(
true
);
allButton_
->
setAutoExclusive
(
true
);
infoButton_
=
new
QPushButton
(
QIcon
(
path
+
"status_green.png"
),
tr
(
"Information
s
"
));
infoButton_
=
new
QPushButton
(
QIcon
(
path
+
"status_green.png"
),
tr
(
"Information"
));
infoButton_
->
setCheckable
(
true
);
infoButton_
->
setCheckable
(
true
);
infoButton_
->
setAutoExclusive
(
true
);
infoButton_
->
setAutoExclusive
(
true
);
warnButton_
=
new
QPushButton
(
QIcon
(
path
+
"status_yellow.png"
),
tr
(
"Warnings"
));
warnButton_
=
new
QPushButton
(
QIcon
(
path
+
"status_yellow.png"
),
tr
(
"Warnings"
));
...
...
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