[haiku-commits] haiku: hrev44481 - src/apps/magnify

  • From: philippe.houdoin@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 6 Aug 2012 21:53:56 +0200 (CEST)

hrev44481 adds 1 changeset to branch 'master'
old head: 35dc734b484f6569be670a4c8a4f719b107cd6ed
new head: b292f6936a62f86a0e4979258a21a1f4636a64b9

----------------------------------------------------------------------------

b292f69: Fix typo, spotted by ttcoder. Thanks.

                           [ Philippe Houdoin <philippe.houdoin@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev44481
Commit:      b292f6936a62f86a0e4979258a21a1f4636a64b9
URL:         http://cgit.haiku-os.org/haiku/commit/?id=b292f69
Author:      Philippe Houdoin <philippe.houdoin@xxxxxxxxx>
Date:        Mon Aug  6 19:53:25 2012 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
src/apps/magnify/Magnify.cpp |    2 +-

----------------------------------------------------------------------------

diff --git a/src/apps/magnify/Magnify.cpp b/src/apps/magnify/Magnify.cpp
index 2c72130..954196a 100644
--- a/src/apps/magnify/Magnify.cpp
+++ b/src/apps/magnify/Magnify.cpp
@@ -914,7 +914,7 @@ TInfoView::Draw(BRect updateRect)
                color = fMagView->SelectionColor();
        char str[64];
        snprintf(str, sizeof(str), "R: %i G: %i B: %i (#%02x%02x%02x)",
-               color.red, color.green, color.blue, color.red, color.green, 
color.red);
+               color.red, color.green, color.blue, color.red, color.green, 
color.blue);
 
        MovePenTo(10, fFontHeight*2+5);
        invalRect.Set(10, fFontHeight+7, 10 + StringWidth(fRGBStr), 
fFontHeight*2+7);


Other related posts:

  • » [haiku-commits] haiku: hrev44481 - src/apps/magnify - philippe . houdoin