~ubuntu-branches/ubuntu/natty/plasma-netbook/natty

« back to all changes in this revision

Viewing changes to shells/standaloneplasmoids/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2009-08-29 16:35:17 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090829163517-zihs8n07zn60zkx6
Tags: 0.0~svn1016996-0ubuntu1
* New svn snapshot
* Add README.Source and an empty debian/patches/series file
* Put plasma-netbook-dbg in section debug
* Update standards version to 3.8.3 without further change

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    KCmdLineArgs::init(argc, argv, &aboutData);
43
43
 
44
44
    KCmdLineOptions options;
 
45
    options.add("noborder", ki18n("don't put window decoration around widgets windows"));
45
46
    options.add("+applet", ki18n("Name of applet to view; may refer to the plugin name or be a path "
46
47
                                "(absolute or relative) to a package. If not provided, then an "
47
48
                                "attempt is made to load a package from the current directory."));