no changes, just replaced C comment with a C++ one

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-10-09 17:11:10 +00:00
parent 5778b3c800
commit fea909e19e

View File

@@ -120,9 +120,8 @@ static void gtk_notebook_page_change_callback(GtkNotebook *WXUNUSED(widget),
{ {
if ( !notebook->SendPageChangingEvent(page) ) if ( !notebook->SendPageChangingEvent(page) )
{ {
/* program doesn't allow the page change */ // program doesn't allow the page change
g_signal_stop_emission_by_name (notebook->m_widget, g_signal_stop_emission_by_name(notebook->m_widget, "switch_page");
"switch_page");
} }
else // change allowed else // change allowed
{ {