diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 16:39:59 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 16:39:59 +0000 |
commit | d164e5eed292f9d38bcae24ae5a022d4398498fb (patch) | |
tree | 0624ea58421e1b1ee60ff22ecb3eff4e2b60f382 /x11-toolkits/wxgtk/files/patch-src-gtk-notebook.cpp | |
parent | Relinquish maintainership back to ports@. Hopefully someone will give gnucash (diff) |
Finish repo copy of wxgtk 2.4.2 ports to wxgtk24*
Notes
Notes:
svn path=/head/; revision=135139
Diffstat (limited to 'x11-toolkits/wxgtk/files/patch-src-gtk-notebook.cpp')
-rw-r--r-- | x11-toolkits/wxgtk/files/patch-src-gtk-notebook.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/wxgtk/files/patch-src-gtk-notebook.cpp b/x11-toolkits/wxgtk/files/patch-src-gtk-notebook.cpp deleted file mode 100644 index 1aae1c52f5fa..000000000000 --- a/x11-toolkits/wxgtk/files/patch-src-gtk-notebook.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gtk/notebook.cpp.orig Sun Sep 21 18:31:57 2003 -+++ src/gtk/notebook.cpp Mon Nov 10 03:26:16 2003 -@@ -643,7 +643,7 @@ - nb_page->m_text = text; - if (nb_page->m_text.IsEmpty()) nb_page->m_text = wxT(""); - -- nb_page->m_label = GTK_LABEL( gtk_label_new(nb_page->m_text.mbc_str()) ); -+ nb_page->m_label = GTK_LABEL( gtk_label_new(wxGTK_CONV(nb_page->m_text)) ); - gtk_box_pack_end( GTK_BOX(nb_page->m_box), GTK_WIDGET(nb_page->m_label), FALSE, FALSE, m_padding ); - - /* show the label */ |