gtk+ r20817 - in trunk: . gtk



Author: simos
Date: Thu Jul 10 23:20:30 2008
New Revision: 20817
URL: http://svn.gnome.org/viewvc/gtk+?rev=20817&view=rev

Log:
Fixed typo in comment (the name of Markus Kuhn)

Modified:
   trunk/ChangeLog
   trunk/gtk/compose-parse.py
   trunk/gtk/gtkimcontextsimple.c

Modified: trunk/gtk/compose-parse.py
==============================================================================
--- trunk/gtk/compose-parse.py	(original)
+++ trunk/gtk/compose-parse.py	Thu Jul 10 23:20:30 2008
@@ -334,9 +334,9 @@
 	""" This is preferential treatment for Greek """
 	# keysymdb['combining_tilde'] = 0x342	
 
-	""" This is for a missing keysym from Marcus Khun's db """
+	""" This is for a missing keysym from Markus Kuhn's db """
 	keysymdb['dead_stroke'] = 0x338
-	""" This is for a missing keysym from Marcus Khun's db """
+	""" This is for a missing keysym from Markus Kuhn's db """
 	# keysymdb['Oslash'] = 0x0d8		
 
 	""" This is for a missing (recently added) keysym """

Modified: trunk/gtk/gtkimcontextsimple.c
==============================================================================
--- trunk/gtk/gtkimcontextsimple.c	(original)
+++ trunk/gtk/gtkimcontextsimple.c	Thu Jul 10 23:20:30 2008
@@ -403,8 +403,8 @@
 					 */
 	    CASE (dasia, 0x314);
 	    CASE (iota, 0x0345); /* Used by Greek Polytonic layout only; "ypogegrammeni" */
-	    CASE (voiced_sound, 0x3099);	/* Per Marcus Khun keysyms.txt file. */
-	    CASE (semivoiced_sound, 0x309a);	/* Per Marcus Khun keysyms.txt file. */
+	    CASE (voiced_sound, 0x3099);	/* Per Markus Kuhn keysyms.txt file. */
+	    CASE (semivoiced_sound, 0x309a);	/* Per Markus Kuhn keysyms.txt file. */
 	    CASE (belowdot, 0x0323);
 	    CASE (hook, 0x0309);
 	    CASE (horn, 0x031b);	/* Normally is 0x31b; Greek Polytonic needs 0x313 (or 0x343).



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]