summaryrefslogtreecommitdiff
path: root/x11-toolkits/vdkbuilder/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/vdkbuilder/files/patch-ae')
-rw-r--r--x11-toolkits/vdkbuilder/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/vdkbuilder/files/patch-ae b/x11-toolkits/vdkbuilder/files/patch-ae
new file mode 100644
index 000000000000..a9db974e3846
--- /dev/null
+++ b/x11-toolkits/vdkbuilder/files/patch-ae
@@ -0,0 +1,11 @@
+--- 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;
+ }