[PATCH] Print bailout on separate row from SP change

Anton Lundin glance at acc.umu.se
Tue Nov 19 15:10:52 UTC 2013


It looked kinda weird without a separator between the SP change and the
bailout.

Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 qt-ui/profilegraphics.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt-ui/profilegraphics.cpp b/qt-ui/profilegraphics.cpp
index 9ba01ac..e69c5c7 100644
--- a/qt-ui/profilegraphics.cpp
+++ b/qt-ui/profilegraphics.cpp
@@ -850,7 +850,7 @@ void ProfileGraphicsView::plot_one_event(struct event *ev)
 			name += QString(":%1").arg(ev->value);
 		}
 	} else if (ev->name && name == "SP change") {
-		name += tr("Bailing out to OC");
+		name += "\n" + tr("Bailing out to OC");
 	} else {
 		name += ev->flags == SAMPLE_FLAGS_BEGIN ? tr(" begin", "Starts with space!") :
 				ev->flags == SAMPLE_FLAGS_END ? tr(" end", "Starts with space!") : "";
-- 
1.8.3.2



More information about the subsurface mailing list