aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_dialog.cpp
diff options
context:
space:
mode:
authorGravatar un1versal2015-10-08 13:10:17 +0100
committerGravatar un1versal2015-10-08 17:39:57 +0100
commit02bf7911f3afe6e5960349e5e61329afb3a995a9 (patch)
treef2ba9133be0a95091e85cbbb8d75e485e8f59aa5 /src/modules/objects/KvsObject_dialog.cpp
parent[ci skip] various header files, typos corrections (diff)
downloadKVIrc-02bf7911f3afe6e5960349e5e61329afb3a995a9.tar.gz
KVIrc-02bf7911f3afe6e5960349e5e61329afb3a995a9.tar.bz2
KVIrc-02bf7911f3afe6e5960349e5e61329afb3a995a9.zip
[ci skip] no strings - cpp files - typo corrections
Diffstat (limited to 'src/modules/objects/KvsObject_dialog.cpp')
-rw-r--r--src/modules/objects/KvsObject_dialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/KvsObject_dialog.cpp b/src/modules/objects/KvsObject_dialog.cpp
index 3752490d9..8b5d30b27 100644
--- a/src/modules/objects/KvsObject_dialog.cpp
+++ b/src/modules/objects/KvsObject_dialog.cpp
@@ -44,10 +44,10 @@
[class]object[/class]
[class]widget[/class]
@description:
- Rappresents a dialog object. The class is really
+ Represents 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 windowlist entry.
+ location is centered on top of the parent. It will also share the parent's window list entry.
!fn; setModal (<boolean>)
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.