CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 08/01/25 09:20:22
Modified files:
gui : gui.cpp
Log message:
minor output style
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gui.cpp?cvsroot=gnash&r1=1.129&r2=1.130
Patches:
Index: gui.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gui.cpp,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -b -r1.129 -r1.130
--- gui.cpp 21 Jan 2008 20:55:40 -0000 1.129
+++ gui.cpp 25 Jan 2008 09:20:21 -0000 1.130
@@ -878,7 +878,7 @@
{
ss << ch->getTarget() << " (" << typeName(*ch) << ")";
}
- ret->insert(ret->begin(), StringPair("Topmost mouse entity", ss.str()));
+ ret->insert(ret->begin(), StringPair("Topmost mouse entity: ", ss.str()));
return ret;
}
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit