summaryrefslogtreecommitdiff
path: root/libre/virtualbox-libre/vboxdrv-reference.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-19 03:29:34 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-08-19 03:29:34 -0300
commite428d150ac08074964a428b1081d15a44e5e29f6 (patch)
treee7d79bf443dba01c385510ed939489ba48cdf42c /libre/virtualbox-libre/vboxdrv-reference.patch
parent497b4ef0bdb6c5cbe3d1bbc1f12d8175b610010a (diff)
virtualbox-libre-4.1.18-5.3: updating vboxdrv-reference.patch
Diffstat (limited to 'libre/virtualbox-libre/vboxdrv-reference.patch')
-rw-r--r--libre/virtualbox-libre/vboxdrv-reference.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/libre/virtualbox-libre/vboxdrv-reference.patch b/libre/virtualbox-libre/vboxdrv-reference.patch
index 23b29de93..4e5aa0f0c 100644
--- a/libre/virtualbox-libre/vboxdrv-reference.patch
+++ b/libre/virtualbox-libre/vboxdrv-reference.patch
@@ -51,6 +51,15 @@ diff -Nur VirtualBox-4.1.6_OSE.orig/src/VBox/Frontends/VirtualBox/src/main.cpp V
);
/* I hope this isn't (C), (TM) or (R) Microsoft support ;-) */
+@@ -590,7 +586,7 @@
+ case VERR_VM_DRIVER_NOT_INSTALLED:
+ case VERR_VM_DRIVER_LOAD_ERROR:
+ msgText += QApplication::tr (
+- "<b>Cannot access the kernel driver!</b><br/><br/>");
++ "<b>Cannot access the kernel libre driver!</b><br/><br/>");
+ # ifdef RT_OS_LINUX
+ msgText += g_QStrHintLinuxNoDriver;
+ # else
@@ -603,7 +599,7 @@
break;
# endif