From 8375f92e6de0581fab7e05b04262b8b231f99fc8 Mon Sep 17 00:00:00 2001 From: Jens Klingenberg Date: Fri, 3 Jan 2020 11:19:36 +0100 Subject: [PATCH] Change Gtk Version number in sample description (#3741) The sample project is using Gtk3 and not Gtk2 --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index e0ae0c3a6ff..8f5e33b6f7d 100644 --- a/samples/README.md +++ b/samples/README.md @@ -10,7 +10,7 @@ the building process. * `csvparser` - simple CSV file parser and analyzer * `echoServer` - TCP/IP echo server * `gitchurn` - program interoperating with `libgit2` for GIT repository analysis - * `gtk` - GTK2 interoperability example + * `gtk` - GTK3 interoperability example * `html5Canvas` - WebAssembly example * `libcurl` - using of FTP/HTTP/HTTPS client library `libcurl` * `nonBlockingEchoServer` - multi-client TCP/IP echo server using co-routines