[vlc-devel] [PATCH] i18n: QT4: added 2 missing calls to qtr() in toolbar.cpp

Rémi Denis-Courmont remi at remlab.net
Thu Mar 11 16:34:25 CET 2010


Merged, thanks.

Le jeudi 11 mars 2010 15:00:14 gozer at progrock.com, vous avez écrit :
> diff --git a/modules/gui/qt4/dialogs/toolbar.cpp
>  b/modules/gui/qt4/dialogs/toolbar.cpp index 0f67025..8feaa7a 100644
> --- a/modules/gui/qt4/dialogs/toolbar.cpp
> +++ b/modules/gui/qt4/dialogs/toolbar.cpp
> @@ -83,7 +83,7 @@ ToolbarEditDialog::ToolbarEditDialog( QWidget *_w,
>  intf_thread_t *_p_intf) getSettings()->value( "MainWindow/ToolbarPos", 0
>  ).toInt() ) ); mainTboxLayout->addWidget( positionCombo, 0, 2, 1, 1 );
> 
> -    QLabel *line1Label = new QLabel( "Line 1:" );
> +    QLabel *line1Label = new QLabel( qtr("Line 1:") );
>      QString line1 = getSettings()->value( "MainWindow/MainToolbar1",
>                                            MAIN_TB1_DEFAULT ).toString();
>      controller1 = new DroppingController( p_intf, line1,
> @@ -91,7 +91,7 @@ ToolbarEditDialog::ToolbarEditDialog( QWidget *_w,
>  intf_thread_t *_p_intf) mainTboxLayout->addWidget( line1Label, 1, 0, 1, 1
>  );
>      mainTboxLayout->addWidget( controller1, 1, 1, 1, 2 );
> 
> -    QLabel *line2Label = new QLabel( "Line 2:" );
> +    QLabel *line2Label = new QLabel( qtr("Line 2:") );
>      QString line2 = getSettings()->value( "MainWindow/MainToolbar2",
>                                            MAIN_TB2_DEFAULT ).toString();
>      controller2 = new DroppingController( p_intf, line2,
> 
> 
> --
>     Eric Lassauge
>         <gozer {at} progrock [dot] com>
>         #lassauge [at] users {dot} sf {dot} net#
> 
> _____________________________________________________________
> For the best in Progressive Rock on the internet, check out PROGROCK.COM!
> http://www.progrock.com
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
> 


-- 
Rémi Denis-Courmont
http://www.remlab.net/
http://fi.linkedin.com/in/remidenis



More information about the vlc-devel mailing list