aboutsummaryrefslogtreecommitdiffstats
path: root/image
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
parent4286f79f595917d5be23bd82c6e3a13b1ee340ad (diff)
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')
-rw-r--r--image/win32-file-dlg.rc2
-rw-r--r--image/wireshark.rc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/image/win32-file-dlg.rc b/image/win32-file-dlg.rc
index d130724ed2..4f12f1d397 100644
--- a/image/win32-file-dlg.rc
+++ b/image/win32-file-dlg.rc
@@ -1,6 +1,6 @@
#include <windows.h>
#include "richedit.h"
-#include "gtk/win32-file-dlg.h"
+#include "../gtk/win32-file-dlg.h"
WIRESHARK_OPENFILENAME_TEMPLATE DIALOG 0, 0, 368, 94
STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_3DLOOK | DS_CONTROL
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"