X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95ad763a77ad999bc302a7fead376d091baae2c2..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/stockitem.h diff --git a/include/wx/stockitem.h b/include/wx/stockitem.h index b13f84dc12..72d3e714d8 100644 --- a/include/wx/stockitem.h +++ b/include/wx/stockitem.h @@ -4,7 +4,6 @@ // Author: Vaclav Slavik // Modified by: // Created: 2004-08-15 -// RCS-ID: $Id$ // Copyright: (c) Vaclav Slavik, 2004 // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -73,7 +72,7 @@ WXDLLIMPEXP_CORE wxString wxGetStockHelpString(wxWindowID id, #ifdef __WXGTK20__ -// Translates stock ID to GTK+'s stock item string indentifier: +// Translates stock ID to GTK+'s stock item string identifier: WXDLLIMPEXP_CORE const char *wxGetStockGtkID(wxWindowID id); #endif