Changeset 64 for psi/trunk/src/options


Ignore:
Timestamp:
Sep 22, 2006, 1:05:38 AM (19 years ago)
Author:
dmik
Message:

Psi: Fixed "bring to front" functionality:

  • Roster window took the keyboard focus if the "Raise Roster Window On New Event" was set.
  • [Win32] bringToFront() didn't actually put the window on top of the active window (as on all other platforms).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • psi/trunk/src/options/opt_events.cpp

    r2 r64  
    4545                "Set this option if you want them to popup anyway."));
    4646        QWhatsThis::add(d->ck_raise,
    47                 tr("Makes new incoming events bring the main window to the foreground."));
     47                tr("Makes new incoming events bring the main window to the foreground."
     48                " It does not take the keyboard focus, so it will not interfere with your work."));
    4849        QWhatsThis::add(d->ck_ignoreNonRoster,
    4950                tr("Makes Psi ignore all incoming events from contacts"
Note: See TracChangeset for help on using the changeset viewer.