~ubuntu-branches/ubuntu/jaunty/kdebase/jaunty-backports

« back to all changes in this revision

Viewing changes to apps/kdialog/kdialog.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Steve Stalcup
  • Date: 2009-01-08 09:49:20 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090108094920-zbm1d1y0y3t5rpff
Tags: 4:4.1.96-0ubuntu1
* New upstream release
* Updated various .install files:
  + dolphin.install
  + kappfinder.install
  + kfind.install
  + konqueror.install
* Bumped build-dep versions

Show diffs side-by-side

added added

removed removed

Lines of Context:
697
697
  options.add("separate-output", ki18n("Return list items on separate lines (for checklist option and file open with --multiple)"));
698
698
  options.add("print-winid", ki18n("Outputs the winId of each dialog"));
699
699
  options.add("dontagain <file:entry>", ki18n("Config file and option name for saving the \"do-not-show/ask-again\" state"));
700
 
#ifdef Q_WS_X11
701
 
    /* kdialog originally used --embed for attaching the dialog box.  However this is misleading and so we changed to --attach.
 
700
 
 
701
  /* kdialog originally used --embed for attaching the dialog box.  However this is misleading and so we changed to --attach.
702
702
     * For backwards compatibility, we silently map --embed to --attach */
703
 
    options.add("attach <winid>", ki18n("Makes the dialog transient for an X app specified by winid"));
704
 
    options.add("embed <winid>");
705
 
#endif
 
703
  options.add("attach <winid>", ki18n("Makes the dialog transient for an X app specified by winid"));
 
704
  options.add("embed <winid>");
 
705
 
706
706
  options.add("+[arg]", ki18n("Arguments - depending on main option"));
707
707
 
708
708
  KCmdLineArgs::addCmdLineOptions( options ); // Add our own options.