diff --git a/interface/wx/imaggif.h b/interface/wx/imaggif.h index 19989f1420..0fa8b0257a 100644 --- a/interface/wx/imaggif.h +++ b/interface/wx/imaggif.h @@ -42,7 +42,8 @@ public: How long, in milliseconds, to wait between each frame. - @return @true if the operation was successful, @false otherwise + @return @true if the operation succeeded, @false otherwise. + */ bool SaveAnimation(const wxImageArray& images, wxOutputStream *stream, bool verbose = true, int delayMilliSecs = 1000);