diff options
| author | 2016-08-02 11:48:16 +0100 | |
|---|---|---|
| committer | 2016-08-02 12:53:58 +0100 | |
| commit | edec5dc218b9f308c354e204bd6dbe6e822f5f99 (patch) | |
| tree | d47dca8d434c33724c5a9eb95ddf470f3fca5bb9 /data/defscript | |
| parent | actions label, typo fix (diff) | |
| download | KVIrc-edec5dc218b9f308c354e204bd6dbe6e822f5f99.tar.gz KVIrc-edec5dc218b9f308c354e204bd6dbe6e822f5f99.tar.bz2 KVIrc-edec5dc218b9f308c354e204bd6dbe6e822f5f99.zip | |
KviMenubar: ensure Actions entry has an Icon at least.
Diffstat (limited to 'data/defscript')
| -rw-r--r-- | data/defscript/actions.kvs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/defscript/actions.kvs b/data/defscript/actions.kvs index 88ba0a4dc..439748e4d 100644 --- a/data/defscript/actions.kvs +++ b/data/defscript/actions.kvs @@ -2,7 +2,7 @@ # # Coding style/curly brackets: Allman style -action.create -w=xcqd -t=tools ("optionctrlr",$tr("Option controllers"),$tr("Opens a control dialog for easy CTCP ignore and joins/parts/quits management."),"kvi_bigicon_settings.png",$icon(options)) +action.create -w=xcqd -t=tools ("optionctrlr", $tr("Option Controllers"), $tr("Opens a control dialog for easy CTCP ignore and joins/parts/quits management."), "kvi_bigicon_settings.png", $icon("options")) { ################################################################# # # |
