supposed to start playing morse when the text box is clicked... the patch-m.pl prevented this from happening breaking the entire point of the program. PR: ports/157784 Submitted by: Stephen Hurd <shurd@sasktel.net>
11 lines
321 B
Text
11 lines
321 B
Text
--- m.fl.orig 2011-07-17 14:56:20.000000000 -0400
|
|
+++ m.fl 2011-07-17 14:56:31.000000000 -0400
|
|
@@ -231,7 +231,7 @@
|
|
}
|
|
}
|
|
}
|
|
- code {w->show(argc, argv);
|
|
+ code {Morse->show(argc, argv);
|
|
while (1) {
|
|
int c = Lesson->select(); // Select random letter
|
|
bool pass = Teacher->teach(c);// Teach/test student
|