diff options
Diffstat (limited to 'nxcomp')
-rw-r--r-- | nxcomp/src/Children.cpp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/nxcomp/src/Children.cpp b/nxcomp/src/Children.cpp index 036cffa95..40eccd9da 100644 --- a/nxcomp/src/Children.cpp +++ b/nxcomp/src/Children.cpp @@ -216,7 +216,15 @@ int NXTransDialog(const char *caption, const char *message, UnsetEnv("LD_LIBRARY_PATH"); - for (int i = 0; i < 2; i++) + if (!pulldown) + { + cerr << "Info: Upcoming dialog:\n" + << "/-----------------------------------------------------------\n" + << caption << ":\n" + << message << "\n" + << "\\-----------------------------------------------------------\n"; + } + { if (local != 0) { |