[Libreoffice-commits] core.git: Branch 'feature/calc-group-interpreter' - vcl/win

Tor Lillqvist tml at iki.fi
Wed Jul 31 13:29:49 PDT 2013


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

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

    Update cautionary comment
    
    Change-Id: Idafce559e6499e240c90dc0baa7359f63476ff7d
    (cherry picked from commit 4980d1acdf1498e9fd8cc0d6c31c2b8184c4439a)

diff --git a/vcl/win/source/window/keynames.cxx b/vcl/win/source/window/keynames.cxx
index 69fd98b..d8b35a5 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