]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/richedit/kbList.cpp
MSW Support
[wxWidgets.git] / samples / richedit / kbList.cpp
index 271dda4dcd3102dab2a600bcf8ebb5db52017c98..034a74fd822e0aa2f468574f8caf07ee5c8649fb 100644 (file)
@@ -6,6 +6,13 @@
  * $Id$          *
  *                                                                  *
  * $Log$
  * $Id$          *
  *                                                                  *
  * $Log$
+ * Revision 1.5  2005/09/23 12:52:18  MR
+ * Nuke #pragma implementation/interface's
+ *
+ * Revision 1.4  2005/05/31 09:19:38  JS
+ * Typo correction patch [ 1208110 ] Lots of typo corrections
+ * Olly Betts
+ *
  * Revision 1.3  2004/08/06 17:27:18  ABX
  * Deleting void is undefined.
  *
  * Revision 1.3  2004/08/06 17:27:18  ABX
  * Deleting void is undefined.
  *
@@ -27,7 +34,7 @@
  *    always failed, must mkdir("~/.M") first)
  * 2) "redesign" of "Folder properties" dialog and bug corrected, small change to
  *    MInputBox (it was too wide)
  *    always failed, must mkdir("~/.M") first)
  * 2) "redesign" of "Folder properties" dialog and bug corrected, small change to
  *    MInputBox (it was too wide)
- * 3) bug in ProvFC when it didn't reckognize the books as being in the correct
+ * 3) bug in ProvFC when it didn't recognize the books as being in the correct
  *    format (=> messages "can't reopen book") corrected
  * 4) I tried to enhance MDialog_About(), but it didn't really work... oh well,
  *    I've never said I was an artist
  *    format (=> messages "can't reopen book") corrected
  * 4) I tried to enhance MDialog_About(), but it didn't really work... oh well,
  *    I've never said I was an artist
  *
  *******************************************************************/
 
  *
  *******************************************************************/
 
-#ifdef __GNUG__
-#   pragma implementation "kbList.h"
-#endif
-
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__