aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-01-05 01:08:18 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-02-05 12:47:46 +0100
commit5cee71a3cd402217946db4634e235c9b1cfbd3b3 (patch)
tree5a3d84b8f3e1bd1debeb3187514d97b529c9943f /nx-X11
parent61e4d294942ac103c10b5f79cff49fdf3c820e6d (diff)
downloadnx-libs-5cee71a3cd402217946db4634e235c9b1cfbd3b3.tar.gz
nx-libs-5cee71a3cd402217946db4634e235c9b1cfbd3b3.tar.bz2
nx-libs-5cee71a3cd402217946db4634e235c9b1cfbd3b3.zip
Dialog.c: Fix wrong function names in TEST output
Diffstat (limited to 'nx-X11')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Dialog.c b/nx-X11/programs/Xserver/hw/nxagent/Dialog.c
index c09618693..73bd37a19 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Dialog.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Dialog.c
@@ -91,7 +91,7 @@ void nxagentResetDialog(int pid)
else if (pid == nxagentFontsReplacementDialogPid)
{
#ifdef TEST
- fprintf(stderr, "nxagentFontsReplacementDialog: Resetting fonts replacement dialog pid [%d].\n",
+ fprintf(stderr, "nxagentResetDialog: Resetting fonts replacement dialog pid [%d].\n",
nxagentFontsReplacementDialogPid);
#endif