Subversion Repositories public

Rev

Rev 43 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43 Rev 52
Line 1... Line 1...
1
/***************************************************************************
1
/***************************************************************************
2
 *   Copyright (C) 2007 by Andreas Theofilu   *
2
 *   Copyright (C) 2007 by Andreas Theofilu                                *
3
 *   andreas@TheoSys.at   *
3
 *   andreas@TheoSys.at                                                    *
4
 *                                                                         *
4
 *                                                                         *
5
 *   This program is free software; you can redistribute it and/or modify  *
5
 *   This program is free software; you can redistribute it and/or modify  *
6
 *   it under the terms of the GNU General Public License as published by  *
6
 *   it under the terms of the GNU General Public License as published by  *
7
 *   the Free Software Foundation; either version 2 of the License, or     *
7
 *   the Free Software Foundation version 3 of the License.                *
8
 *   (at your option) any later version.                                   *
-
 
9
 *                                                                         *
8
 *                                                                         *
10
 *   This program is distributed in the hope that it will be useful,       *
9
 *   This program is distributed in the hope that it will be useful,       *
11
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
10
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
12
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
11
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
13
 *   GNU General Public License for more details.                          *
12
 *   GNU General Public License for more details.                          *
Line 26... Line 25...
26
#include <klocale.h>
25
#include <klocale.h>
27
 
26
 
28
static const char description[] =
27
static const char description[] =
29
    I18N_NOOP("A KDE KPart Application");
28
    I18N_NOOP("A KDE KPart Application");
30
 
29
 
31
static const char version[] = "0.1";
30
static const char version[] = "0.2";
32
 
31
 
33
static KCmdLineOptions options[] =
32
static KCmdLineOptions options[] =
34
{
33
{
35
//    { "+[URL]", I18N_NOOP( "Document to open" ), 0 },
34
//    { "+[URL]", I18N_NOOP( "Document to open" ), 0 },
36
    KCmdLineLastOption
35
    KCmdLineLastOption