mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-31 18:37:30 +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 {
|
||||
if (action_name == SEPARATOR_ACTION_NAME) {
|
||||
QLabel *lbl = new QLabel(QSL("•"));
|
||||
QLabel *lbl = new QLabel(QString::fromUtf8("•"));
|
||||
widget_to_add = lbl;
|
||||
|
||||
action_to_add = new QAction(this);
|
||||
|
Loading…
Reference in New Issue
Block a user