|
From: <sv...@va...> - 2008-06-10 20:14:00
|
Author: cerion
Date: 2008-06-09 22:25:32 +0100 (Mon, 09 Jun 2008)
New Revision: 429
Log:
Clarify error message suggesting 'Save Log', when first the modal dialog
must be closed.
Modified:
trunk/valkyrie/core/memcheck_object.cpp
Modified: trunk/valkyrie/core/memcheck_object.cpp
===================================================================
--- trunk/valkyrie/core/memcheck_object.cpp 2008-06-09 21:18:36 UTC (rev 428)
+++ trunk/valkyrie/core/memcheck_object.cpp 2008-06-09 21:25:32 UTC (rev 429)
@@ -603,8 +603,8 @@
"<p>Process exited with return value %d.<br> \
This is likely to simply be the client program \
return value. If, however, you suspect Valgrind \
- itself may have crashed, please 'Save Log' and \
- examine for details.</p>", exitStatus);
+ itself may have crashed, please click 'OK', then \
+ 'Save Log' and examine for details.</p>", exitStatus);
} else {
vkError( view(), "Parse Error",
"<p>Merge process exited with return value %d.<br> \
|