Author: mordante
Date: Thu Sep 25 21:14:06 2008
New Revision: 29682

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29682&view=rev
Log:
Fix some comments.

Modified:
    trunk/src/gui/widgets/image.hpp

Modified: trunk/src/gui/widgets/image.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gui/widgets/image.hpp?rev=29682&r1=29681&r2=29682&view=diff
==============================================================================
--- trunk/src/gui/widgets/image.hpp (original)
+++ trunk/src/gui/widgets/image.hpp Thu Sep 25 21:14:06 2008
@@ -29,16 +29,16 @@
        {
        }
 
-       /** Inherited from twidget. */
+       /** Inherited from tcontrol. */
        tpoint get_minimum_size() const { return get_best_size(); }
 
-       /** Inherited from twidget. */
+       /** Inherited from tcontrol. */
        tpoint get_best_size() const;
 
        /** Import overloaded versions. */
        using tcontrol::get_best_size;
 
-       /** Inherited from twidget. */
+       /** Inherited from tcontrol. */
        tpoint get_maximum_size() const { return get_best_size(); }
 
        /** Inherited from tcontrol. */


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to