]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/choice.h
Add new sample project files.
[wxWidgets.git] / interface / wx / choice.h
index 20ec50bc12ccfc48d37b7b139e352a4067d6afe6..fff0dfbfde4db063c39cf418f8176bda6416d8c9 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxChoice
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -20,7 +20,7 @@
 
     @beginEventEmissionTable{wxCommandEvent}
     @event{EVT_CHOICE(id, func)}
-           Process a wxEVT_COMMAND_CHOICE_SELECTED event, when an item on the
+           Process a @c wxEVT_COMMAND_CHOICE_SELECTED event, when an item on the
            list is selected.
     @endEventTable