diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-03 07:49:45 +1100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-03 07:49:45 +1100 |
commit | ec1998216fb636cba8fb798bb677caaeb42f9a68 (patch) | |
tree | 329d33c2d93166d8012286ff256deea066ff1e0f /linux.c | |
parent | 99dbd667bf2a40f2ea8444780310114e353f4557 (diff) | |
parent | ce87c26c0049336ec62ebcf03a93c589c8818d20 (diff) | |
download | subsurface-ec1998216fb636cba8fb798bb677caaeb42f9a68.tar.gz |
Merge branch 'subsurface-icon' of github.com:henrik242/subsurface
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) |