From 3c1ebc708422c9680eec002e27d6db48d3a2b087 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Mon, 9 May 2005 20:14:10 +0000 Subject: [PATCH] Fix rc file svn path=/trunk/; revision=15191 --- reactos/subsys/system/reporterror/reporterror.rc | 8 ++++---- reactos/subsys/system/reporterror/{Sv.rc => sv.rc} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename reactos/subsys/system/reporterror/{Sv.rc => sv.rc} (100%) diff --git a/reactos/subsys/system/reporterror/reporterror.rc b/reactos/subsys/system/reporterror/reporterror.rc index c918facae99..cdf56d7cf5c 100644 --- a/reactos/subsys/system/reporterror/reporterror.rc +++ b/reactos/subsys/system/reporterror/reporterror.rc @@ -14,8 +14,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDB_WATERMARK BITMAP "resources/watermark.bmp" IDB_HEADER BITMAP "resources/header.bmp" -#include "En.rc" -#include "De.rc" -#include "Dk.rc" -#include "Sv.rc" +#include "en.rc" +#include "de.rc" +#include "dk.rc" +#include "sv.rc" diff --git a/reactos/subsys/system/reporterror/Sv.rc b/reactos/subsys/system/reporterror/sv.rc similarity index 100% rename from reactos/subsys/system/reporterror/Sv.rc rename to reactos/subsys/system/reporterror/sv.rc