Revision: 1445
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1445&view=rev
Author:   zas_
Date:     2009-02-28 20:57:26 +0000 (Sat, 28 Feb 2009)

Log Message:
-----------
max value -> value. Shorter.

Modified Paths:
--------------
    trunk/src/histogram.c

Modified: trunk/src/histogram.c
===================================================================
--- trunk/src/histogram.c       2009-02-28 20:53:59 UTC (rev 1444)
+++ trunk/src/histogram.c       2009-02-28 20:57:26 UTC (rev 1445)
@@ -109,7 +109,7 @@
                        case HCHAN_G:   t1 = _("Log Histogram on Green"); break;
                        case HCHAN_B:   t1 = _("Log Histogram on Blue"); break;
                        case HCHAN_RGB: t1 = _("Log Histogram on RGB"); break;
-                       case HCHAN_MAX: t1 = _("Log Histogram on max value"); 
break;
+                       case HCHAN_MAX: t1 = _("Log Histogram on value"); break;
                        }
        else
                switch (histogram->histogram_channel)
@@ -118,7 +118,7 @@
                        case HCHAN_G:   t1 = _("Linear Histogram on Green"); 
break;
                        case HCHAN_B:   t1 = _("Linear Histogram on Blue"); 
break;
                        case HCHAN_RGB: t1 = _("Linear Histogram on RGB"); 
break;
-                       case HCHAN_MAX: t1 = _("Linear Histogram on max 
value"); break;
+                       case HCHAN_MAX: t1 = _("Linear Histogram on value"); 
break;
                        }
        return t1;
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to