diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-02-02 12:19:28 +0100 |
---|---|---|
committer | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-02-02 21:27:15 +0100 |
commit | 459130009b6ca1683ba82e720cc97f4ebeb187c9 (patch) | |
tree | a0fa5a11b61611142907582de319b7c965d4bdd7 /linux.c | |
parent | 20d3b5f71495adccf59d27095445a0d2e63b6a09 (diff) | |
download | subsurface-459130009b6ca1683ba82e720cc97f4ebeb187c9.tar.gz |
Rename subsurface.svg to subsurface-icon.svg
In preparation for a subsurface-icon.h, this should avoid confusion
about whether "subsurface.h" is a core header file.
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Diffstat (limited to 'linux.c')
-rw-r--r-- | linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ int subsurface_fill_device_list(GtkListStore *store) const char *subsurface_icon_name() { - return "subsurface.svg"; + return "subsurface-icon.svg"; } const char *system_default_filename(void) |