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