diff --git a/Fltk/Colorbar_Window.h b/Fltk/Colorbar_Window.h
index e4d07280adef85e5b2ed2989d2064c9783eee70c..372836473958e46091b1de868b629ae39e469497 100644
--- a/Fltk/Colorbar_Window.h
+++ b/Fltk/Colorbar_Window.h
@@ -47,7 +47,7 @@ class Colorbar_Window : public Fl_Window {
   int help_flag;   // if nonzero, print help message
   int marker_pos;  // position of marker as index into table
   
-  GmshColorTable *ct; // pointer to the color table (allocated in Post_View)
+  GmshColorTable *ct; // pointer to the color table (allocated in the view)
   bool *viewchanged;   // pointer to changed bit in view
   Fl_Color color_bg;