tIncomplete comment completed. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 84841e7bda51e3bd8f7f88fac6399fc8987b994b
 (DIR) parent 51a45baa2a789daaaecee2929b89adb2537bb4be
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Wed, 31 Jul 2002 14:02:49 +0000
       
       Incomplete comment completed.
       
       
       Diffstat:
         M src/gui_client/gtk_client.c         |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/gui_client/gtk_client.c b/src/gui_client/gtk_client.c
       t@@ -2143,7 +2143,8 @@ static void ConvertString(gchar **str)
         * UTF-8. This is a bit of a hack, as ideally all strings would be in
         * UTF-8 anyway, but we need to support old GTK+1 and curses builds,
         * which are not Unicode-aware. (N.B. As the default location names, etc.
       - * are set before bind_text_domain_codeset is called
       + * are set before bind_text_domain_codeset is called, if the locale's
       + * encoding is not UTF-8, then these strings will not be UTF-8 either.)
         */
        static void ConvertToUTF8(void)
        {