forked from GabLeRoux/macos-crossover-wine-cloud-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
distversion.patch
16 lines (16 loc) · 1.09 KB
/
distversion.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Patch provided by Josh Dubois, CrossOver product manager, CodeWeavers.
--- /dev/null 2013-12-07 10:15:02.000000000 -0600
+++ b/include/distversion.h 2013-12-07 10:14:51.000000000 -0600
@@ -0,0 +1,12 @@
+/* ---------------------------------------------------------------
+ * distversion.c
+ *
+ * Copyright 2013, CodeWeavers, Inc.
+ *
+ * Information from DISTVERSION which needs to find
+ * its way into the wine tree.
+ * --------------------------------------------------------------- */
+
+#define WINDEBUG_WHAT_HAPPENED_MESSAGE "This can be caused by a problem in the program or a deficiency in Wine. You may want to check <a href=\"http://www.codeweavers.com/compatibility/\">http://www.codeweavers.com/compatibility/</a> for tips about running this application."
+
+#define WINDEBUG_USER_SUGGESTION_MESSAGE "If this problem is not present under Windows and has not been reported yet, you can save the detailed information to a file using the \"Save As\" button, then <a href=\"http://www.codeweavers.com/support/tickets/enter/\">file a bug report</a> and attach that file to the report."