Commit f9f1166e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Cosmetics.

parent 5a892e07
......@@ -224,7 +224,7 @@ void PLModel::addCallbacks()
{
/* Some global changes happened -> Rebuild all */
var_AddCallback( p_playlist, "intf-change", PlaylistChanged, this );
/* We went to the next item
/* We went to the next item
var_AddCallback( p_playlist, "item-current", PlaylistNext, this );
*/
/* One item has been updated */
......
......@@ -249,7 +249,7 @@ void SoutDialog::updateMRL()
mrl = smrl.getMrl();
/* FIXME, deal with SAP
/* FIXME, deal with SAP
sout.b_sap = ui.sap->isChecked();
sout.psz_group = strdup( qtu( ui.sapGroup->text() ) );
sout.psz_name = strdup( qtu( ui.sapName->text() ) ); */
......
......@@ -400,7 +400,7 @@ void DialogsProvider::addFromSimple( bool pl, bool go)
{
QStringList files = DialogsProvider::showSimpleOpen();
int i = 0;
files.sort();
files.sort();
foreach( const QString &file, files )
{
playlist_Add( THEPL, qtu( toNativeSeparators( file ) ), NULL,
......
......@@ -347,7 +347,7 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf, QWidget *parent )
}
/**
* Tools, like Media Information, Preferences or Messages
* Tools, like Media Information, Preferences or Messages
**/
QMenu *QVLCMenu::ToolsMenu( QMenu *menu )
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment