diff options
| -rw-r--r-- | otk/property.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otk/property.cc b/otk/property.cc index 44741083..bda4ecea 100644 --- a/otk/property.cc +++ b/otk/property.cc @@ -253,6 +253,7 @@ void Property::set(Window win, Atoms atom, StringType type, } ustring value; + value.setUtf8(u); StringVect::const_iterator it = strings.begin(); const StringVect::const_iterator end = strings.end(); |
