diff options
| author | 2015-10-08 13:10:17 +0100 | |
|---|---|---|
| committer | 2015-10-08 17:39:57 +0100 | |
| commit | 02bf7911f3afe6e5960349e5e61329afb3a995a9 (patch) | |
| tree | f2ba9133be0a95091e85cbbb8d75e485e8f59aa5 /src/modules/dialog/libkvidialog.cpp | |
| parent | [ci skip] various header files, typos corrections (diff) | |
| download | KVIrc-02bf7911f3afe6e5960349e5e61329afb3a995a9.tar.gz KVIrc-02bf7911f3afe6e5960349e5e61329afb3a995a9.tar.bz2 KVIrc-02bf7911f3afe6e5960349e5e61329afb3a995a9.zip | |
[ci skip] no strings - cpp files - typo corrections
Diffstat (limited to 'src/modules/dialog/libkvidialog.cpp')
| -rw-r--r-- | src/modules/dialog/libkvidialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/dialog/libkvidialog.cpp b/src/modules/dialog/libkvidialog.cpp index f9e39d386..82c7a8833 100644 --- a/src/modules/dialog/libkvidialog.cpp +++ b/src/modules/dialog/libkvidialog.cpp @@ -170,7 +170,7 @@ void KviKvsCallbackMessageBox::done(int code) @examples: [example] [comment]# Just a warning dialog[/comment] - dialog.message("Warning","You're being <b>warned</b>",warning,"Ok"){ echo The user clicked OK; } + dialog.message("Warning","You're being <b>warned</b>",warning,"OK"){ echo The user clicked OK; } [comment]# A question[/comment] dialog.message("And now ?","What do you want to do ?",information,"Go home","Watch TV","Scream") { @@ -468,7 +468,7 @@ void KviKvsCallbackTextInput::showEvent(QShowEvent *e) @examples: [example] [comment]# We need a single line "reason"[/comment] - dialog.textinput -d="Working !" (Away,<center>Please enter the <h1>away message</h1></center>,"Ok","Cancel") + dialog.textinput -d="Working!" (Away,<center>Please enter the <h1>away message</h1></center>,"OK","Cancel") { switch($0) { |
