| 1728 | // ---------------------------------------------------------------------------------------- |
| 1729 | |
| 1730 | void base_window:: |
| 1731 | set_title ( |
| 1732 | const std::string& title_ |
| 1733 | ) |
| 1734 | { |
| 1735 | set_title(convert_mbstring_to_wstring(title_)); |
| 1736 | } |
| 1737 | |
| 1738 | void base_window:: |
| 1739 | set_title ( |
nothing calls this directly
no test coverage detected