diff layer/Layer.h @ 226:2ccd02015530

* Add basics of an Export Image File function
author Chris Cannam
date Mon, 12 Mar 2007 15:36:31 +0000
parents 9465b5375235
children 28c8e8e3c537
line wrap: on
line diff
--- a/layer/Layer.h	Fri Mar 09 18:18:30 2007 +0000
+++ b/layer/Layer.h	Mon Mar 12 15:36:31 2007 +0000
@@ -226,7 +226,7 @@
      * Return the proportion of background work complete in drawing
      * this view, as a percentage -- in most cases this will be the
      * value returned by pointer from a call to the underlying model's
-     * isReady(int *) call.  The widget may choose to show a progress
+     * isReady(int *) call.  The view may choose to show a progress
      * meter if it finds that this returns < 100 at any given moment.
      */
     virtual int getCompletion(View *) const { return 100; }