~user-none/kdocker/EmbedContainer

« back to all changes in this revision

Viewing changes to src/constants.h

  • Committer: John Schember
  • Date: 2009-11-01 03:54:27 UTC
  • Revision ID: john@nachtimwald.com-20091101035427-m5pdel7d3p2xo8fu
Iconify when close button (X) is pressed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
#define APP_NAME "KDocker"
30
30
#define APP_VERSION "4.2.2"
31
31
 
32
 
#define OPTIONSTRING "+abcd:fhi:lmn:op:qrstvuw:x:y"
 
32
#define OPTIONSTRING "+abd:fhi:lmn:op:qrstvuw:x:y"
33
33
#define TMPFILE_PREFIX QDir::homePath() + "/.kdocker."
34
34
 
35
35
const QString ABOUT = QObject::tr("KDocker will help you dock any application into the system tray. This means you can dock openoffice, xmms, firefox, thunderbird, anything! Just point and click. Works for all NET WM compliant window managers - that includes KDE, GNOME, Xfce, Fluxbox and many more.\n\nCreated by %1. Updated and maintained by %2.").arg("Girish Ramakrishnan").arg("John Schember");