diff options
Diffstat (limited to 'icons')
l--------- | icons/breeze/icons/actions/16/checkbox.svg | 1 | ||||
l--------- | icons/breeze/icons/actions/22/checkbox.svg | 1 | ||||
l--------- | icons/breeze/icons/actions/24/checkbox.svg | 1 | ||||
-rwxr-xr-x | icons/copybreeze.sh | 3 |
4 files changed, 5 insertions, 1 deletions
diff --git a/icons/breeze/icons/actions/16/checkbox.svg b/icons/breeze/icons/actions/16/checkbox.svg new file mode 120000 index 00000000..6774aa85 --- /dev/null +++ b/icons/breeze/icons/actions/16/checkbox.svg | |||
@@ -0,0 +1 @@ | |||
dialog-ok-apply.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/22/checkbox.svg b/icons/breeze/icons/actions/22/checkbox.svg new file mode 120000 index 00000000..6774aa85 --- /dev/null +++ b/icons/breeze/icons/actions/22/checkbox.svg | |||
@@ -0,0 +1 @@ | |||
dialog-ok-apply.svg \ No newline at end of file | |||
diff --git a/icons/breeze/icons/actions/24/checkbox.svg b/icons/breeze/icons/actions/24/checkbox.svg new file mode 120000 index 00000000..6774aa85 --- /dev/null +++ b/icons/breeze/icons/actions/24/checkbox.svg | |||
@@ -0,0 +1 @@ | |||
dialog-ok-apply.svg \ No newline at end of file | |||
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index 6eb77928..da2f1df7 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh | |||
@@ -31,7 +31,8 @@ wantedIcons = [ | |||
31 | "go-previous.svg", | 31 | "go-previous.svg", |
32 | "mail-message.svg", | 32 | "mail-message.svg", |
33 | "list-add.svg", | 33 | "list-add.svg", |
34 | "list-remove.svg" | 34 | "list-remove.svg", |
35 | "checkbox.svg" | ||
35 | ] | 36 | ] |
36 | 37 | ||
37 | def ensure_dir(file_path): | 38 | def ensure_dir(file_path): |