From aba2893f98d67f0ecf69d1dde8e9cbb5672ac030 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Mon, 20 Feb 2023 19:34:28 +0300 Subject: [PATCH] fix patch --- i586.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i586.patch b/i586.patch index 8fab10f..55b2e1d 100644 --- a/i586.patch +++ b/i586.patch @@ -1,7 +1,7 @@ -diff --git a/freerdp/client/X11/cli/gui.c b/freerdp/client/X11/cli/gui.c +diff --git a/client/X11/cli/gui.c b/client/X11/cli/gui.c index 7cbd9aa..181a3cc 100644 ---- a/freerdp/client/X11/cli/gui.c -+++ b/freerdp/client/X11/cli/gui.c +--- a/client/X11/cli/gui.c ++++ b/client/X11/cli/gui.c @@ -214,7 +214,7 @@ Ihandle* guiStart() IupSetAttribute(iconLang, "NAME", "KEYBOARD"); IupSetAttribute(iconLang, "IMAGE", "keyboardRu");