aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects
diff options
context:
space:
mode:
authorGravatar Fabio Bas2008-08-30 11:25:39 +0000
committerGravatar Fabio Bas2008-08-30 11:25:39 +0000
commit337709b442be887fd090ec93195b18ec03fe4750 (patch)
treec2f37156ff65aacdd3d73cc5002a5ade7fee699b /src/modules/objects
parentcompilation fix (diff)
downloadKVIrc-337709b442be887fd090ec93195b18ec03fe4750.tar.gz
KVIrc-337709b442be887fd090ec93195b18ec03fe4750.tar.bz2
KVIrc-337709b442be887fd090ec93195b18ec03fe4750.zip
renamed taskbar to window list.
splitted "tree window list" in its own file git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2362 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/objects')
-rw-r--r--src/modules/objects/class_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/objects/class_dialog.cpp b/src/modules/objects/class_dialog.cpp
index a49392c4d..882aa030e 100644
--- a/src/modules/objects/class_dialog.cpp
+++ b/src/modules/objects/class_dialog.cpp
@@ -45,7 +45,7 @@
Rappresents a dialog object. The class is really
similar to the widget class, it has only a couple of minor differences.
A dialog is always a top-level widget, but if it has a parent, its default
- location is centered on top of the parent. It will also share the parent's taskbar entry.
+ location is centered on top of the parent. It will also share the parent's windowlist entry.
If you call $setModal(1) then the dialog will have non-blocking modal behaviour:
it will appear above its parent widget and block its input until it's closed.
@functions: