Commit 5cee71a3 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Dialog.c: Fix wrong function names in TEST output

parent 61e4d294
...@@ -91,7 +91,7 @@ void nxagentResetDialog(int pid) ...@@ -91,7 +91,7 @@ void nxagentResetDialog(int pid)
else if (pid == nxagentFontsReplacementDialogPid) else if (pid == nxagentFontsReplacementDialogPid)
{ {
#ifdef TEST #ifdef TEST
fprintf(stderr, "nxagentFontsReplacementDialog: Resetting fonts replacement dialog pid [%d].\n", fprintf(stderr, "nxagentResetDialog: Resetting fonts replacement dialog pid [%d].\n",
nxagentFontsReplacementDialogPid); nxagentFontsReplacementDialogPid);
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment