diff options
Diffstat (limited to 'src/ThemeBuilder/components/StyleRuleSetEditor.cpp')
-rw-r--r-- | src/ThemeBuilder/components/StyleRuleSetEditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ThemeBuilder/components/StyleRuleSetEditor.cpp b/src/ThemeBuilder/components/StyleRuleSetEditor.cpp index a1c19e08..1410ff7c 100644 --- a/src/ThemeBuilder/components/StyleRuleSetEditor.cpp +++ b/src/ThemeBuilder/components/StyleRuleSetEditor.cpp @@ -107,7 +107,7 @@ void StyleRuleSetEditor::UpdateView( break; } case ui::model::ListChangeType::kItemMove: { - throw Exception(u"Not supported now!"); + throw Exception("Not supported now!"); break; } case ui::model::ListChangeType::kClear: { |