diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2014-01-24 20:56:37 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2014-01-24 20:56:37 +0100 |
commit | 38fed70782ae6ac6b0282897c7abc6fa33a6de9e (patch) | |
tree | 6b5f31280ed307a2b2477cd76c2affd752cb0e38 /cui | |
parent | 5b76acefbaa3d01baa50337441cdef81bdadd145 (diff) |
Replace "cymk" by "cmyk"
See http://en.wikipedia.org/wiki/CMYK_color_model
Change-Id: Ie0264694f7daf6c5de1c7c056e16e10bda2b24ac
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/tabpages/tpcolor.cxx | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/colorpage.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/tpcolor.cxx b/cui/source/tabpages/tpcolor.cxx index 2942c836e74a..b904eaa8bb08 100644 --- a/cui/source/tabpages/tpcolor.cxx +++ b/cui/source/tabpages/tpcolor.cxx @@ -335,7 +335,7 @@ SvxColorTabPage::SvxColorTabPage(Window* pParent, const SfxItemSet& rInAttrs) get(m_pR, "R"); get(m_pG, "G"); get(m_pB, "B"); - get(m_pCYMK, "cymk"); + get(m_pCYMK, "cmyk"); get(m_pC, "C"); get(m_pY, "Y"); get(m_pM, "M"); diff --git a/cui/uiconfig/ui/colorpage.ui b/cui/uiconfig/ui/colorpage.ui index 7cf9ef690d06..89508bca0ff5 100644 --- a/cui/uiconfig/ui/colorpage.ui +++ b/cui/uiconfig/ui/colorpage.ui @@ -341,7 +341,7 @@ </packing> </child> <child> - <object class="GtkGrid" id="cymk"> + <object class="GtkGrid" id="cmyk"> <property name="can_focus">False</property> <property name="no_show_all">True</property> <property name="halign">end</property> |