[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kolor-manager] information: update to Oyranos 0.9.5 API changes
From:       Kai-Uwe Behrmann <ku.b () gmx ! de>
Date:       2013-09-12 20:07:23
Message-ID: E1VKDAh-00088N-9x () scm ! kde ! org
[Download RAW message or body]

Git commit 038925f90023ed3e7dd255f858610505ab1af18f by Kai-Uwe Behrmann.
Committed on 12/09/2013 at 19:33.
Pushed by behrmann into branch 'master'.

update to Oyranos 0.9.5 API changes

Spelling changed toward more common "color".

M  +3    -3    information/kminfo.cpp

http://commits.kde.org/kolor-manager/038925f90023ed3e7dd255f858610505ab1af18f

diff --git a/information/kminfo.cpp b/information/kminfo.cpp
index 4e3f231..d5c1e33 100644
--- a/information/kminfo.cpp
+++ b/information/kminfo.cpp
@@ -512,7 +512,7 @@ void kminfo::setDeviceClassTag(oyProfile_s * profile, QLabel * devClassLabel)
 void kminfo::setPcsTag(oyProfile_s * profile, QLabel * pcsLabel)
 {
      QString tagString;
-     tagString = oyICCColourSpaceGetName( (icColorSpaceSignature)
+     tagString = oyICCColorSpaceGetName( (icColorSpaceSignature)
                          oyProfile_GetSignature(profile, oySIGNATURE_PCS) );
      pcsLabel->setText("CIE" + tagString);
 }
@@ -520,8 +520,8 @@ void kminfo::setPcsTag(oyProfile_s * profile, QLabel * pcsLabel)
 void kminfo::setCSpaceTag(oyProfile_s * profile, QLabel * cSpaceLabel)
 {
      QString tagString;
-     tagString = oyICCColourSpaceGetName( (icColorSpaceSignature)
-                         oyProfile_GetSignature(profile, oySIGNATURE_COLOUR_SPACE) );
+     tagString = oyICCColorSpaceGetName( (icColorSpaceSignature)
+                         oyProfile_GetSignature(profile, oySIGNATURE_COLOR_SPACE) );
      cSpaceLabel->setText(tagString);
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic