# HG changeset patch # User Richard Laager # Date 1163102295 0 # Node ID 28c7e23bcc7eceacb0579980e742e378f21054bf # Parent 06ae7ffc47e317fa36cdce3657c195893ba789a3 [gaim-migrate @ 17712] SF Patch #1593370 from Will Thompson (resiak) Adds a missing 'Neither' to the documentation. committer: Tailor Script diff -r 06ae7ffc47e3 -r 28c7e23bcc7e libgaim/prpl.h --- a/libgaim/prpl.h Thu Nov 09 16:35:06 2006 +0000 +++ b/libgaim/prpl.h Thu Nov 09 19:58:15 2006 +0000 @@ -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 */