summaryrefslogtreecommitdiff
path: root/image/wireshark.rc.in
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-09-12 08:22:02 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-09-12 08:22:02 +0000
commit8d7690ea239877857b1db1d5aa8070c8207d1a21 (patch)
treee9422c9aa2fd1edadfcf83c1ee554c35a1ed7a24 /image/wireshark.rc.in
parent4286f79f595917d5be23bd82c6e3a13b1ee340ad (diff)
downloadwireshark-8d7690ea239877857b1db1d5aa8070c8207d1a21.tar.gz
wireshark.res is generated in the image dir, so the paths for includes should be relative to /image and not to /
svn path=/trunk/; revision=19201
Diffstat (limited to 'image/wireshark.rc.in')
-rw-r--r--image/wireshark.rc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/wireshark.rc.in b/image/wireshark.rc.in
index 4aa54512a0..3ab164f733 100644
--- a/image/wireshark.rc.in
+++ b/image/wireshark.rc.in
@@ -1,6 +1,6 @@
#include "winver.h"
-#include "image/win32-file-dlg.rc"
+#include "win32-file-dlg.rc"
WIRESHARK_ICON ICON "wireshark.ico"