Fix comment.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4690 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-07-17 17:21:11 +00:00
parent 4303dd8738
commit 9e6bc6ba41

View File

@ -11,9 +11,9 @@
* Allows the user to retrieve the pixmap, once loaded and to issue commands
* to modify it.
*
* The signals newImage and loadableFormats are connected to the approriate
* derived classes elsewhere, allowing the graphics cache to access them
* without knowing anything about their instantiation.
* The boost::functions newImage and loadableFormats are connected to the
* appropriate derived classes elsewhere, allowing the graphics cache to
* access them without knowing anything about their instantiation.
*
* The loading process can be asynchronous, but cropping, rotating and
* scaling block execution.