[Libreoffice-commits] core.git: vcl/win

Tor Lillqvist tml at iki.fi
Wed Jul 31 04:45:59 PDT 2013


 vcl/win/source/window/keynames.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 4980d1acdf1498e9fd8cc0d6c31c2b8184c4439a
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Jul 31 14:45:07 2013 +0300

    Update cautionary comment
    
    Change-Id: Idafce559e6499e240c90dc0baa7359f63476ff7d

diff --git a/vcl/win/source/window/keynames.cxx b/vcl/win/source/window/keynames.cxx
index 7ec5af4..0179551 100644
--- a/vcl/win/source/window/keynames.cxx
+++ b/vcl/win/source/window/keynames.cxx
@@ -63,8 +63,8 @@ namespace vcl_sal {
     // ====================================================================
     //
     // CAUTION CAUTION CAUTION
-    // every string value in the replacements tables must be in UTF8
-    // be careful with your editor !
+    // Every string value in the replacements tables must be in UTF-8
+    // but with the UTF-8 bytes encoded, not as such! Be careful!
     //
     // ====================================================================
 


More information about the Libreoffice-commits mailing list