Commit 94b434c75a443c7426ce437df4224b61e3ecc1e2

Authored by totoro
1 parent 747d29f6

add 16x16 pixels icon shortcut for home and refresh

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
web/widgets/icons_set.anubis
... ... @@ -6,19 +6,20 @@
6 6 * © Calexium
7 7 */
8 8  
9   -
10 9 public define String icn16_edit = "icons/16x16/edit.png".
11 10 public define String icn16_calendar = "icons/16x16/calendar.png".
12 11 public define String icn16_check = "icons/16x16/check.png".
13 12 public define String icn16_clock = "icons/16x16/clock.png".
14 13 public define String icn16_cross = "icons/16x16/cross.png".
  14 +public define String icn16_home = "icons/16x16/home.png".
15 15 public define String icn16_key = "icons/16x16/key.png".
16 16 public define String icn16_locked = "icons/16x16/locked.png".
17 17 public define String icn16_phone = "icons/16x16/phone.png".
18   -public define String icn16_vcard_add = "icons/16x16/vcard_add.png".
19 18 public define String icn16_folder_edit = "icons/16x16/folder_edit.png".
20 19 public define String icn16_group = "icons/16x16/group.png".
21 20 public define String icn16_question = "icons/16x16/question.png".
  21 +public define String icn16_refresh = "icons/16x16/arrow_refresh.png".
  22 +public define String icn16_vcard_add = "icons/16x16/vcard_add.png".
22 23 public define String icn16_warning = "icons/16x16/warning.png".
23 24  
24 25 public define String icn16_true = "icons/16x16/check.png".
... ...