GNOME Bugzilla – Bug 138255
Example explanation says right justified, but code is left justified
Last modified: 2004-12-22 21:47:04 UTC
The right justified label for the example in tutorial/html/ch06.html is left justified because the code contains a line that says, "m_Label_Right.set_justify(Gtk::JUSTIFY_LEFT);".
Fixed in cvs. Thanks.