diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-09-12 11:51:33 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-09-12 11:51:33 +0200 |
commit | 235a94d64de8a508845d9847ca1bbdae0512517c (patch) | |
tree | b9673a331d5f6c939e2668a353a8ea2389f65360 /icons/copybreeze.sh | |
parent | 1981dc7edd689dc9e4d1ac43ede3da2eed6008f4 (diff) | |
download | kube-235a94d64de8a508845d9847ca1bbdae0512517c.tar.gz kube-235a94d64de8a508845d9847ca1bbdae0512517c.zip |
add format text icons
Diffstat (limited to 'icons/copybreeze.sh')
-rwxr-xr-x | icons/copybreeze.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index adae54be..a56aedec 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh | |||
@@ -35,7 +35,10 @@ wantedIcons = [ | |||
35 | "checkbox.svg", | 35 | "checkbox.svg", |
36 | "edit-copy.svg", | 36 | "edit-copy.svg", |
37 | "password-show-on.svg", | 37 | "password-show-on.svg", |
38 | "password-show-off.svg" | 38 | "password-show-off.svg", |
39 | "format-text-bold-symbolic.svg", | ||
40 | "format-text-italic-symbolic.svg", | ||
41 | "format-text-underline-symbolic.svg" | ||
39 | ] | 42 | ] |
40 | 43 | ||
41 | def ensure_dir(file_path): | 44 | def ensure_dir(file_path): |