[gimp] libgimpbase: also update comment next to GIMP_MAX_IMAGE_SIZE



commit b7afb811cb01643922830ad7be92c1cc31b0b99a
Author: Michael Natterer <mitch gimp org>
Date:   Thu Sep 19 09:07:18 2013 +0200

    libgimpbase: also update comment next to GIMP_MAX_IMAGE_SIZE

 libgimpbase/gimplimits.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgimpbase/gimplimits.h b/libgimpbase/gimplimits.h
index 8c4cbbe..b7b586b 100644
--- a/libgimpbase/gimplimits.h
+++ b/libgimpbase/gimplimits.h
@@ -54,7 +54,7 @@ G_BEGIN_DECLS
  * pixel sizes is needed; for example to give a spin button an upper
  * limit.
  **/
-#define GIMP_MAX_IMAGE_SIZE  524288    /*  2^18  */
+#define GIMP_MAX_IMAGE_SIZE  524288    /*  2^19  */
 
 
 /**



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]