fixed typo

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12406 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-04-15 09:29:02 +00:00
parent 2c4812801c
commit 94176e0118

View File

@ -37,7 +37,7 @@ class HelloView : public BView {
message = "to draw a line!";
width = StringWidth(message);
p. x = r.left + r.Width() / 2.0 - width / 2.0;
p.x = r.left + r.Width() / 2.0 - width / 2.0;
p.y += 20;
DrawString(message, p);