mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
12 lines
381 B
Plaintext
12 lines
381 B
Plaintext
--- vdkbuilder/vdkb_menuitem.cc.orig Sat Sep 16 14:35:09 2000
|
|
+++ vdkbuilder/vdkb_menuitem.cc Sat Sep 16 14:36:14 2000
|
|
@@ -808,7 +808,7 @@
|
|
bool
|
|
VDKBMenuItem::OnToggleBydata(VDKObject*)
|
|
{
|
|
- SetPropValue(GLYPH_BYDATA, bydata->Checked ? "yes" : "no");
|
|
+ SetPropValue(GLYPH_BYDATA, (char*)(bydata->Checked ? "yes" : "no"));
|
|
inspector->FormNeedToBeChanged();
|
|
return true;
|
|
}
|