Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <davidebeatrici@gmail.com>2017-01-23 22:34:34 +0300
committerDavide Beatrici <davidebeatrici@gmail.com>2017-01-23 22:34:34 +0300
commit1ba426957d8c9390e80753d4139b0336980db040 (patch)
treec1ff48d73e44156c0bfb11ed3001e7b8b6a98335 /g15helper
parenta08c509de608c07345fc06fb4805308b726bef2a (diff)
Use forward slash for paths in .rc files
This fixes a problem with MinGW on Linux where it can't find the icon file, because of the backslashes. Windows handles the path correctly with both methods.
Diffstat (limited to 'g15helper')
-rw-r--r--g15helper/g15helper.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/g15helper/g15helper.rc b/g15helper/g15helper.rc
index da310006b..1601b6665 100644
--- a/g15helper/g15helper.rc
+++ b/g15helper/g15helper.rc
@@ -5,7 +5,7 @@
#include <winver.h>
-IDI_ICON1 ICON DISCARDABLE "..\\icons\\g15helper.ico"
+IDI_ICON1 ICON DISCARDABLE "../icons/g15helper.ico"
#ifndef DEBUG
#define VER_DEBUG 0L