diff dynamin/gui/radio_button.d @ 53:6e33b00595e9

Fix capitalization in a couple comments.
author Jordan Miner <jminer7@gmail.com>
date Tue, 04 Aug 2009 21:37:55 -0500
parents 41b141453b8e
children c138461bf845
line wrap: on
line diff
--- a/dynamin/gui/radio_button.d	Tue Aug 04 21:02:35 2009 -0500
+++ b/dynamin/gui/radio_button.d	Tue Aug 04 21:37:55 2009 -0500
@@ -63,7 +63,7 @@
 		return radios;
 	}
 	override void whenKeyDown(KeyEventArgs e) {
-		// TODO: when GetTopLevel() is changed to return NativeControl,
+		// TODO: when getTopLevel() is changed to return NativeControl,
 		// update this
 		int index;
 		if(e.key == Key.Down || e.key == Key.Right) {