diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2002-06-28 00:28:09 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2002-06-28 00:28:09 +0000 |
| commit | cb49cb970e2f8a3afaf6d45066a06f7914241597 (patch) | |
| tree | 7920e83749bc2cef24be92c55dc532cc2792997c /src | |
| parent | a4e0a9adb554a49385e3b269ba46293e8a2696f4 (diff) | |
2 typos
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2326 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_mac.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Fl_mac.cxx b/src/Fl_mac.cxx index b77f7d799..34c31fc0e 100644 --- a/src/Fl_mac.cxx +++ b/src/Fl_mac.cxx @@ -1,5 +1,5 @@ // -// "$Id: Fl_mac.cxx,v 1.1.2.28 2002/06/27 23:18:12 matthiaswm Exp $" +// "$Id: Fl_mac.cxx,v 1.1.2.29 2002/06/28 00:28:09 matthiaswm Exp $" // // MacOS specific code for the Fast Light Tool Kit (FLTK). // @@ -108,7 +108,7 @@ enum { kEventFLTKBreakLoop = 1, kEventFLTKDataReady }; static unsigned short macKeyLookUp[128] = { 'a', 's', 'd', 'f', 'h', 'g', 'z', 'x', - 'c', 'v', 0/*ISO extra (u-umlaut?)*/, 'b', 'q', 'w', 'e', 'r', + 'c', 'v', 0/*ISO extra ('#' on German keyboard)*/, 'b', 'q', 'w', 'e', 'r', 'y', 't', '1', '2', '3', '4', '6', '5', '=', '9', '7', '-', '8', '0', ']', 'o', @@ -521,7 +521,7 @@ static double do_queued_events( double time = 0.0 ) if ( time > 0.0 ) { SetEventLoopTimerNextFireTime( timer, time ); - RunApplicationEventLoop(); // wil return after the previously set time + RunApplicationEventLoop(); // will return after the previously set time if ( dataready_tid != 0 ) { DEBUGMSG("*** CANCEL THREAD: "); @@ -1683,6 +1683,6 @@ void Fl::paste(Fl_Widget &receiver, int clipboard) { // -// End of "$Id: Fl_mac.cxx,v 1.1.2.28 2002/06/27 23:18:12 matthiaswm Exp $". +// End of "$Id: Fl_mac.cxx,v 1.1.2.29 2002/06/28 00:28:09 matthiaswm Exp $". // |
