Skip to content

Commit

Permalink
Resources: use fd.o icon name for calendar (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored Oct 29, 2022
1 parent 1b26782 commit 939df61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Resources.vala
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ public const string ICON_SELECTION_ADD = "selection-add";
public const string ICON_SELECTION_REMOVE = "selection-remove";

public const string ICON_CAMERAS = "camera-photo";
public const string ICON_EVENTS = "office-calendar";
public const string ICON_ONE_EVENT = "office-calendar";
public const string ICON_NO_EVENT = "office-calendar";
public const string ICON_EVENTS = "x-office-calendar";
public const string ICON_ONE_EVENT = "x-office-calendar";
public const string ICON_NO_EVENT = "x-office-calendar";
public const string ICON_ONE_TAG = "folder-tag";
public const string ICON_TAGS = "folder-tag";
public const string ICON_FOLDER_CLOSED = "folder";
Expand Down

0 comments on commit 939df61

Please sign in to comment.