projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
German translations update from Thomas Krebs.
[wxWidgets.git]
/
src
/
gtk
/
notebook.cpp
diff --git
a/src/gtk/notebook.cpp
b/src/gtk/notebook.cpp
index 13bc0dae9dedf3d882042f50004faba93a25c5c6..4802f31fcd7ec6dfc36be9593d97d486ef4a36c6 100644
(file)
--- a/
src/gtk/notebook.cpp
+++ b/
src/gtk/notebook.cpp
@@
-357,7
+357,7
@@
wxNotebookPage *wxNotebook::DoRemovePage( size_t page )
wxGtkNotebookPage* p = GetNotebookPage(page);
m_pagesData.DeleteObject(p);
delete p;
wxGtkNotebookPage* p = GetNotebookPage(page);
m_pagesData.DeleteObject(p);
delete p;
-
+
return client;
}
return client;
}
@@
-373,7
+373,7
@@
bool wxNotebook::InsertPage( size_t position,
wxT("Can't add a page whose parent is not the notebook!") );
wxCHECK_MSG( position <= GetPageCount(), false,
wxT("Can't add a page whose parent is not the notebook!") );
wxCHECK_MSG( position <= GetPageCount(), false,
-
_
T("invalid page index in wxNotebookPage::InsertPage()") );
+
wx
T("invalid page index in wxNotebookPage::InsertPage()") );
// Hack Alert! (Part II): See above in wxNotebook::AddChildGTK
// why this has to be done.
// Hack Alert! (Part II): See above in wxNotebook::AddChildGTK
// why this has to be done.
@@
-422,7
+422,7
@@
bool wxNotebook::InsertPage( size_t position,
gtk_notebook_insert_page(notebook, win->m_widget, pageData->m_box, position);
/* apply current style */
gtk_notebook_insert_page(notebook, win->m_widget, pageData->m_box, position);
/* apply current style */
- GtkRcStyle *style = CreateWidgetStyle();
+ GtkRcStyle *style =
GTK
CreateWidgetStyle();
if ( style )
{
gtk_widget_modify_style(pageData->m_label, style);
if ( style )
{
gtk_widget_modify_style(pageData->m_label, style);