Salome HOME
Updates from V7_dev branch
[modules/gui.git] / src / SUIT / SUIT_Application.h
index 1d80b8d0ad0a23ee831111c85a01ee61ed416172..f19134dca951c0e8a522c867e8bfe848a5a6245e 100755 (executable)
@@ -68,7 +68,7 @@ public:
   //! Returns main widget (Desktop) of the application (if it exists)
   virtual SUIT_Desktop* desktop();
 
-  /*! Returns FALSE if application can not be closed (because of non saved data for example). 
+  /*! Returns \c false if application can not be closed (because of non saved data for example). 
       This method called by SUIT_Session whin closing of application was requested. */
   virtual bool          isPossibleToClose( bool& );