From a2a639d39f5c6d6b78672bf4267751010e4613ec Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Mon, 3 Aug 2020 17:18:25 +0300 Subject: Bug 565790 - Set min required gtk version in launcher to match SWT Fix message to use the Eclipse version in which SWT switched to require Gtk 3.20. Change-Id: If4f137bf56bae57f6ff99167cc0879e5fce15960 Signed-off-by: Alexander Kurtakov --- .../org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c b/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c index 4d3410836..c59d80aa4 100644 --- a/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c +++ b/features/org.eclipse.equinox.executable.feature/library/gtk/eclipseGtkInit.c @@ -20,7 +20,7 @@ struct GTK_PTRS gtk = { 1 }; /* initialize the first field "not_initialized" so we can tell when we've loaded the pointers */ -static _TCHAR* minVerMsg1 = _T_ECLIPSE("Starting from the Eclipse 4.7 (Oxygen) release, \nGTK+ versions below"); +static _TCHAR* minVerMsg1 = _T_ECLIPSE("Starting from the Eclipse 4.16 release, \nGTK+ versions below"); static _TCHAR* minVerMsg2 = _T_ECLIPSE("are not supported.\nGTK+ version found is"); static _TCHAR* minVerTitle = _T_ECLIPSE("Unsupported GTK+ version"); static _TCHAR* gtkInitFail = _T_ECLIPSE("Unable to initialize GTK+\n"); -- cgit v1.2.3