Skip to content

Commit

Permalink
Make the name more conventional
Browse files Browse the repository at this point in the history
  • Loading branch information
madd-games committed Oct 3, 2024
1 parent 54c21e6 commit 1eca4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/filters/mirror.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ static int gui(filter_t *filter)
}

FILTER_REGISTER(mirror, filter_mirror_t,
.name = "Mirror...",
.name = "Mirror",
.gui_fn = gui,
)

0 comments on commit 1eca4e4

Please sign in to comment.