[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/apps/kdialog
From:       Carlo Segato <brandon.ml () gmail ! com>
Date:       2008-12-25 1:47:03
Message-ID: 1230169623.945344.28769.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 901312 by segato:

remove the ifdef x11 for the attach/embed options

 M  +5 -5      kdialog.cpp  


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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic