From 5dcb19b3d7ae4910f3d3cd1015b0840e7d4bf11d Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Sun, 28 Feb 2021 21:50:48 +0100 Subject: nxagent: fix RESIZE dialog text to not end with a linefeed It was the only dialog that had a linefeed a the end. --- nx-X11/programs/Xserver/hw/nxagent/Dialog.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nx-X11/programs/Xserver/hw/nxagent/Dialog.h') diff --git a/nx-X11/programs/Xserver/hw/nxagent/Dialog.h b/nx-X11/programs/Xserver/hw/nxagent/Dialog.h index b11df5045..d0295f81c 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/Dialog.h +++ b/nx-X11/programs/Xserver/hw/nxagent/Dialog.h @@ -192,9 +192,7 @@ by dragging the desktop with the mouse while pressing\n\ Ctrl+Alt or use the keystrokes listed below. Press\n\ %s again to return to the desktop resize mode.\n\ \n\ -Use these keystrokes to navigate:\n\ -%s\ -" +Use these keystrokes to navigate:%s" #define DIALOG_DISABLE_DESKTOP_RESIZE_MODE_TYPE "ok" -- cgit v1.2.3