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

List:       kde-commits
Subject:    kdewebdev/quanta/utility
From:       Andras Mantia <amantia () kde ! org>
Date:       2004-07-12 17:39:34
Message-ID: 20040712173934.4DAFD16B08 () office ! kde ! org
[Download RAW message or body]

CVS commit by amantia: 

Looks better now.


  M +2 -2      qpevents.cpp   1.4


--- kdewebdev/quanta/utility/qpevents.cpp  #1.3:1.4
@@ -47,9 +47,9 @@ void QPEvents::slotEventHappened(const Q
     if (ev.type == EventAction::Internal)
     {
-       if (KMessageBox::warningYesNo(0L, i18n("<qt>An  internal action (<i>%1</i>) \
associated with an event (<i>%2</i>) will be executed.  Do you want to allow the \
execution?</qt>").arg(ev.action).arg(name), i18n("Event Triggered"), i18n("&Allow"), \
KStdGuiItem::no(), "warn_about_internal_actions") == KMessageBox::No) +       if \
(KMessageBox::warningYesNo(0L, i18n("<qt>An internal action (<i>%1</i>) associated \
with an event (<i>%2</i>) will be executed.  Do you want to allow the execution of \
this action?</qt>").arg(ev.action).arg(name), i18n("Event Triggered"), \
KStdGuiItem::yes(), KStdGuiItem::no(), "warn_about_internal_actions") == \
KMessageBox::No)  return;
     } else
     {
-       if (KMessageBox::warningYesNo(0L, i18n("<qt>An  external action (<i>%1</i>) \
associated with an event (<i>%2</i>) will be executed.  Do you want to allow the \
execution?</qt>").arg(ev.action).arg(name), i18n("Event Triggered"), i18n("&Allow"), \
KStdGuiItem::no(), "warn_about_external_actions") == KMessageBox::No) +       if \
(KMessageBox::warningYesNo(0L, i18n("<qt>An external action (<i>%1</i>) associated \
with an event (<i>%2</i>) will be executed.  Do you want to allow the execution of \
this action?</qt>").arg(ev.action).arg(name), i18n("Event Triggered"), \
KStdGuiItem::yes(), KStdGuiItem::no(), "warn_about_external_actions") == \
KMessageBox::No)  return;
     }


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

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