From 584a7b6ba3fac0e8addec7174c2f9aafcb1c32e7 Mon Sep 17 00:00:00 2001 From: gambas Date: Sat, 21 Jul 2018 22:17:31 +0200 Subject: [PATCH] Use 'gb.gui.*' components instead of 'gb.qt4.*' components when loading the documentation related to a feature needed by the currently loading component. [DEVELOPMENT ENVIRONMENT] * BUG: Use 'gb.gui.*' components instead of 'gb.qt4.*' components when loading the documentation related to a feature needed by the currently loading component. --- app/src/gambas3/.src/Component/CDocumentation.class | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/gambas3/.src/Component/CDocumentation.class b/app/src/gambas3/.src/Component/CDocumentation.class index 5a7f8723a..66f3f39a7 100644 --- a/app/src/gambas3/.src/Component/CDocumentation.class +++ b/app/src/gambas3/.src/Component/CDocumentation.class @@ -297,10 +297,10 @@ End Static Public Sub _init() - $cRescue["3.0:form"] = "gb.qt4" - $cRescue["3.0:openglviewer"] = "gb.qt4.opengl" + $cRescue["3.0:form"] = "gb.gui" + $cRescue["3.0:openglviewer"] = "gb.gui.opengl" $cRescue["3.0:imageio"] = "gb.image.io" - $cRescue["3.0:eventloop"] = "gb.qt4" + $cRescue["3.0:eventloop"] = "gb.gui" $cRescue["3.0:xml"] = "gb.xml" $cName = New Collection