From cf682b9dab36c4b96084c6f7b5e4ebc1f33ca28e Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 9 Oct 2019 13:36:56 +0200 Subject: GPU: show more descriptive labels on unsupported GPU dialog Thanks to Ray Molenkamp for the help with the Windows implementation. Fixes T70521 Differential Revision: https://developer.blender.org/D6023 --- source/blender/windowmanager/intern/wm_window_private.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/blender/windowmanager/intern/wm_window_private.h') diff --git a/source/blender/windowmanager/intern/wm_window_private.h b/source/blender/windowmanager/intern/wm_window_private.h index 189b77721cf..115539861d7 100644 --- a/source/blender/windowmanager/intern/wm_window_private.h +++ b/source/blender/windowmanager/intern/wm_window_private.h @@ -34,6 +34,8 @@ * In all other cases this message box should not be used. */ void WM_ghost_show_message_box(const char *title, const char *message, + const char *help_label, + const char *continue_label, const char *link, GHOST_DialogOptions dialog_options); -- cgit v1.2.3