No real changes, just fix misspellings in comments in wxGTK code.
Also remove a couple of wrong $Id$ expansions. Closes #14203. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -191,7 +191,7 @@ gboolean gtk_frame_focus_out_callback(GtkWidget * WXUNUSED(widget),
|
||||
GdkEventFocus *WXUNUSED(gdk_event),
|
||||
wxTopLevelWindowGTK * WXUNUSED(win))
|
||||
{
|
||||
// if the focus goes out of our app alltogether, OnIdle() will send
|
||||
// if the focus goes out of our app altogether, OnIdle() will send
|
||||
// wxActivateEvent, otherwise gtk_window_focus_in_callback() will reset
|
||||
// g_sendActivateEvent to -1
|
||||
g_sendActivateEvent = 0;
|
||||
|
Reference in New Issue
Block a user