From: <rl...@us...> - 2006-11-09 19:58:28
|
Revision: 17712 http://svn.sourceforge.net/gaim/?rev=17712&view=rev Author: rlaager Date: 2006-11-09 11:58:15 -0800 (Thu, 09 Nov 2006) Log Message: ----------- SF Patch #1593370 from Will Thompson (resiak) Adds a missing 'Neither' to the documentation. Modified Paths: -------------- trunk/libgaim/prpl.h Modified: trunk/libgaim/prpl.h =================================================================== --- trunk/libgaim/prpl.h 2006-11-09 16:35:06 UTC (rev 17711) +++ trunk/libgaim/prpl.h 2006-11-09 19:58:15 UTC (rev 17712) @@ -48,8 +48,8 @@ */ typedef struct { char *format; /**< This is a comma-delimited list of image formats or NULL if icons are not supported. - * The core nor the prpl will actually check to see if the data it's given matches this, it's entirely - * up to the UI to do what it wants */ + * Neither the core nor the prpl will actually check to see if the data it's given matches this; it's + * entirely up to the UI to do what it wants */ int min_width; /**< The minimum width of this icon */ int min_height; /**< The minimum height of this icon */ int max_width; /**< The maximum width of this icon */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |