about dialog: fix typo
This commit is contained in:
parent
cff803d2ef
commit
63d6fbf89d
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@
|
|||
namespace
|
||||
{
|
||||
|
||||
const std::string text_feature_on = markup::span_color("#0f0", "●");
|
||||
const std::string text_feature_off = markup::span_color("#f00", "●");
|
||||
const std::string text_feature_on = markup::span_color("#0f0", "●");
|
||||
const std::string text_feature_off = markup::span_color("#f00", "●");
|
||||
|
||||
} // end anonymous namespace
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue