]> git.saurik.com Git - wxWidgets.git/commitdiff
dialog for choosing charset was too wide
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 19 Jan 2000 23:05:46 +0000 (23:05 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 19 Jan 2000 23:05:46 +0000 (23:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/fontmap.cpp

index 1c9f225748c4c96f6c59c7bfd2e85069fe690ac7..4bf7daa110840179eeb4b032475f6d6448d794f8 100644 (file)
@@ -426,9 +426,9 @@ wxFontEncoding wxFontMapper::CharsetToEncoding(const wxString& charset,
 
         // the message
         wxString msg;
-        msg.Printf(_("The charset '%s' is unknown. You may select another "
-                     "charset to replace it with or choose [Cancel] if it "
-                     "cannot be replaced"), charset.c_str());
+        msg.Printf(_("The charset '%s' is unknown. You may select\n"
+                     "another charset to replace it with or choose\n"
+                     "[Cancel] if it cannot be replaced"), charset.c_str());
 
         // the list of choices
         size_t count = WXSIZEOF(gs_encodingDescs);