X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=playermainwindow.cpp;h=6955f6e41d6a681d7c79ce065797264e958c4c17;hb=70135c51b2f41d981c0c5ad9936d4a68b062a772;hp=1b7ddbd014698c8dbb862d83ea72581813888135;hpb=333d2a3d675fa376951156ea60a70e39f4b3d0a0;p=vlc-remote diff --git a/playermainwindow.cpp b/playermainwindow.cpp index 1b7ddbd..6955f6e 100644 --- a/playermainwindow.cpp +++ b/playermainwindow.cpp @@ -1,3 +1,20 @@ +/* VLC-REMOTE for MAEMO 5 + * Copyright (C) 2010 Schutz Sacha + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2, + * or (at your option) any later version, as published by the Free + * Software Foundation + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details + * + * You should have received a copy of the GNU General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ #include #include #include "playermainwindow.h" @@ -10,6 +27,7 @@ PlayerMainWindow::PlayerMainWindow(QWidget *parent) : ui(new Ui::PlayerMainWindow) { ui->setupUi(this); + setWindowTitle("Vlc remote"); QSettings settings; mIp = settings.value("ip").toString();