X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94d17b78d848ee8b8c1c4eb13aad2b23027a9d01..33baee46ee5c2476ac75d7893bf2272a65e525ab:/interface/wx/gauge.h diff --git a/interface/wx/gauge.h b/interface/wx/gauge.h index b096e0b5e5..1abe6bca20 100644 --- a/interface/wx/gauge.h +++ b/interface/wx/gauge.h @@ -3,7 +3,7 @@ // Purpose: interface of wxGauge // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// /** @@ -138,7 +138,7 @@ public: gauge move a bit to indicate the user that some progress has been made. @note After calling this function the value returned by GetValue() is - undefined and thus you need to explicitely call SetValue() if you + undefined and thus you need to explicitly call SetValue() if you want to restore the determinate mode. */ virtual void Pulse();