summaryrefslogtreecommitdiffstats
path: root/fpicker/source
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-07-20 22:02:25 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-07-20 22:02:25 +0300
commit961b2e95889475316b49135c4e15d390e092b676 (patch)
treefe0ea2a88e23aa69a9baef6d16523cb92b15169e /fpicker/source
parentDrop Win9x dialogs and make compatible with windres (diff)
downloadcore-961b2e95889475316b49135c4e15d390e092b676.tar.gz
core-961b2e95889475316b49135c4e15d390e092b676.zip
The file is Fps.rc, not fps.rc
Diffstat (limited to 'fpicker/source')
-rw-r--r--fpicker/source/win32/filepicker/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/makefile.mk b/fpicker/source/win32/filepicker/makefile.mk
index bfe5bee1da01..32ecc8618dcd 100644
--- a/fpicker/source/win32/filepicker/makefile.mk
+++ b/fpicker/source/win32/filepicker/makefile.mk
@@ -45,7 +45,7 @@ CDEFS+=-U_WIN32_WINNT -D_WIN32_WINNT=0x0600
# --- Resources ----------------------------------------------------
.IF "$(GUI)" == "WNT"
-RCFILES=fps.rc
+RCFILES=Fps.rc
.ENDIF
# --- Files --------------------------------------------------------