diff options
author | Pablo Barciela <[email protected]> | 2018-11-12 22:48:00 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-11-13 10:38:47 +0100 |
commit | be2b3b8c1929b7bb090f7152b88d28d23457013b (patch) | |
tree | 445a3b0661be77702b40fa573a95374161b8c5fd /data/buttons-programming.ui | |
parent | a1cfbbd4f5212a1263b6aa82ac0007d80f31119e (diff) | |
download | mate-calc-be2b3b8c1929b7bb090f7152b88d28d23457013b.tar.bz2 mate-calc-be2b3b8c1929b7bb090f7152b88d28d23457013b.tar.xz |
ui files: add missing icons in titles to dialogs
Diffstat (limited to 'data/buttons-programming.ui')
-rw-r--r-- | data/buttons-programming.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/buttons-programming.ui b/data/buttons-programming.ui index 07ac4b2..71d5c4e 100644 --- a/data/buttons-programming.ui +++ b/data/buttons-programming.ui @@ -8,6 +8,7 @@ <property name="title" translatable="yes" comments="Title of insert character code dialog">Insert Character Code</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> + <property name="icon_name">accessories-calculator</property> <signal name="delete-event" handler="character_code_dialog_delete_cb" swapped="no"/> <signal name="response" handler="character_code_dialog_response_cb" swapped="no"/> <child> |