From db84b3d0e79791ed89a4e73f7dd458d7a26366c3 Mon Sep 17 00:00:00 2001 From: Markus Elfring Date: Sat, 26 Mar 2011 14:20:48 +0100 Subject: [PATCH] Renaming of the file for the Swedish translation in a CMake script (bug #2524) A translation file was renamed to use the correct ISO-639 name. https://github.com/danmar/cppcheck/commit/03bd4fa463e3e6b6dbcde4261ea6d08d992d6417#gui/gui.pro Signed-off-by: Markus Elfring --- gui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 67e41e55f..799395f12 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -102,8 +102,8 @@ SET(CHECK_TRANS cppcheck_nl.ts cppcheck_pl.ts cppcheck_ru.ts - cppcheck_se.ts cppcheck_sr.ts + cppcheck_sv.ts ) SET(CHECK_RCCS gui.qrc)