Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Sui(update): replace "dialog-ok" with freedesktop standard icon "docu…
…ment-send"
  • Loading branch information
SilverRainZ committed Oct 24, 2018
1 parent ae34202 commit 4dda195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/ui/window.glade
Expand Up @@ -23,7 +23,7 @@
<object class="GtkImage" id="send_image">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="icon_name">dialog-ok</property>
<property name="icon_name">document-send</property>
<property name="use_fallback">True</property>
</object>
<template class="SuiWindow" parent="GtkApplicationWindow">
Expand Down

0 comments on commit 4dda195

Please sign in to comment.