Index: head/editors/madedit/files/patch-src_MadOptionsDialog.cpp =================================================================== --- head/editors/madedit/files/patch-src_MadOptionsDialog.cpp (nonexistent) +++ head/editors/madedit/files/patch-src_MadOptionsDialog.cpp (revision 432971) @@ -0,0 +1,20 @@ +--- src/MadOptionsDialog.cpp.orig 2017-02-01 03:37:19 UTC ++++ src/MadOptionsDialog.cpp +@@ -1176,7 +1176,7 @@ void MadOptionsDialog::WxTreeCtrl1SelCha + { + WxListBoxKeys->Set(g_SelectedCommandItem->keys); + wxString hint=wxT('['); +- if(g_SelectedCommandItem->cmddata->menuid_name > 0) ++ if(g_SelectedCommandItem->cmddata->menuid_name) + { + hint+= wxString(g_SelectedCommandItem->cmddata->menuid_name); + } +@@ -1274,7 +1274,7 @@ void MadOptionsDialog::UpdateKeyHint() + g_CommandItemOfNewKey=tid; + wxString cmd; + +- if(tid->cmddata->menuid_name > 0) ++ if(tid->cmddata->menuid_name) + { + cmd+= wxString(tid->cmddata->menuid_name); + } Property changes on: head/editors/madedit/files/patch-src_MadOptionsDialog.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property