|
|
@ -57,11 +57,11 @@
|
|
|
|
#include "digikamapp.h"
|
|
|
|
#include "digikamapp.h"
|
|
|
|
#include "digikamfirstrun.h"
|
|
|
|
#include "digikamfirstrun.h"
|
|
|
|
|
|
|
|
|
|
|
|
static KCmdLineOptions options[] =
|
|
|
|
static TDECmdLineOptions options[] =
|
|
|
|
{
|
|
|
|
{
|
|
|
|
{ "detect-camera", I18N_NOOP("Automatically detect and open camera"), 0 },
|
|
|
|
{ "detect-camera", I18N_NOOP("Automatically detect and open camera"), 0 },
|
|
|
|
{ "download-from <path>", I18N_NOOP("Open camera dialog at <path>"), 0 },
|
|
|
|
{ "download-from <path>", I18N_NOOP("Open camera dialog at <path>"), 0 },
|
|
|
|
KCmdLineLastOption
|
|
|
|
TDECmdLineLastOption
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|
int main(int argc, char *argv[])
|
|
|
|