Fixed a typo

This commit is contained in:
Zane U. Ji 2013-12-20 21:39:23 +08:00
parent f8c21cb846
commit 75ca5f839f
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ bool MyServerConnection::OnPoke (
} }
#ifndef __WXMSW__ #ifndef __WXMSW__
#if defined ( __WXGTK__ ) && !defined ( __NO_GTK__ ) #if defined ( __WXGTK__ ) && !defined ( __NO_GTK__ )
// Processes mostly cannot raise theire own windows. // Processes mostly cannot raise their own windows.
// http://osdir.com/ml/gnome.gaim.devel/2004-12/msg00077.html // http://osdir.com/ml/gnome.gaim.devel/2004-12/msg00077.html
GtkWidget *widget = frame->GetHandle(); GtkWidget *widget = frame->GetHandle();
GdkWindow *window = gtk_widget_get_window ( widget ); GdkWindow *window = gtk_widget_get_window ( widget );