[Bug 115535] ImagePlugin_Core: aspect ratio crop operation needs i18n for the string "Golden Ratio"

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[Bug 115535] ImagePlugin_Core: aspect ratio crop operation needs i18n for the string "Golden Ratio"

Gilles Caulier
in the aspect ratio combobox.  
Content-Type: text/plain; charset="utf-8"  
X-Bugzilla-URL: http://bugs.kde.org/   
X-Bugzilla-Reason: AssignedTo  
Precedence: bulk
In-Reply-To: <[hidden email]>  
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=115535         




------- Additional Comments From caulier.gilles free fr  2005-11-02 14:34 -------
SVN commit 476944 by cgilles:

Fix i18n
CCBUG: 115535


 M  +1 -1      imageeffect_ratiocrop.cpp  


--- trunk/extragear/graphics/digikam/imageplugins/imageeffect_ratiocrop.cpp #476943:476944
 @ -95,7 +95,7  @
     m_ratioCB->insertItem( "4:5" );
     m_ratioCB->insertItem( "5:7" );
     m_ratioCB->insertItem( "7:10" );
-    m_ratioCB->insertItem( "Golden Ratio" );
+    m_ratioCB->insertItem( i18n("Golden Ratio") );
     m_ratioCB->insertItem( i18n("None") );
     m_ratioCB->setCurrentText( "1:1" );
     QWhatsThis::add( m_ratioCB, i18n("<p>Select here your constrained aspect ratio for cropping. "
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel