|
|
@ -27,10 +27,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
static const char description[] = I18N_NOOP("A TDE Application");
|
|
|
|
static const char description[] = I18N_NOOP("A TDE Application");
|
|
|
|
static const char version[] = "0.2";
|
|
|
|
static const char version[] = "0.2";
|
|
|
|
static KCmdLineOptions options[] =
|
|
|
|
static TDECmdLineOptions options[] =
|
|
|
|
{
|
|
|
|
{
|
|
|
|
{ "[URL]", I18N_NOOP("Document to open"), 0 },
|
|
|
|
{ "[URL]", I18N_NOOP("Document to open"), 0 },
|
|
|
|
KCmdLineLastOption
|
|
|
|
TDECmdLineLastOption
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char **argv)
|
|
|
|
int main(int argc, char **argv)
|
|
|
|