mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-19 04:12:01 +01:00
Make separator UTF-8.
This commit is contained in:
parent
382ea91adb
commit
47ae5a9a07
@ -153,7 +153,7 @@ void StatusBar::loadChangeableActions(const QStringList &action_names) {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (action_name == SEPARATOR_ACTION_NAME) {
|
if (action_name == SEPARATOR_ACTION_NAME) {
|
||||||
QLabel *lbl = new QLabel(QSL("•"));
|
QLabel *lbl = new QLabel(QString::fromUtf8("•"));
|
||||||
widget_to_add = lbl;
|
widget_to_add = lbl;
|
||||||
|
|
||||||
action_to_add = new QAction(this);
|
action_to_add = new QAction(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user