projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Standardize on using "Added" instead of "Add" in the change log.
[wxWidgets.git]
/
src
/
gtk1
/
menu.cpp
diff --git
a/src/gtk1/menu.cpp
b/src/gtk1/menu.cpp
index 3a75190b66cdad8713243e0cf1b982ffa6c65bc3..e41086721f72735851f75181ebd4b105d37f5d57 100644
(file)
--- a/
src/gtk1/menu.cpp
+++ b/
src/gtk1/menu.cpp
@@
-976,7
+976,7
@@
bool wxMenu::GtkAppend(wxMenuItem *mitem, int pos)
// TODO
menuItem = gtk_menu_item_new();
}
// TODO
menuItem = gtk_menu_item_new();
}
- else if (mitem->GetBitmap().Ok())
+ else if (mitem->GetBitmap().
Is
Ok())
{
text = mitem->wxMenuItemBase::GetItemLabel();
const wxBitmap *bitmap = &mitem->GetBitmap();
{
text = mitem->wxMenuItemBase::GetItemLabel();
const wxBitmap *bitmap = &mitem->GetBitmap();