[vlmc-devel] commit: typo: Resource takes only one 'S' ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Tue Jul 20 00:11:13 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Mon Jul 19 22:44:47 2010 +0200| [9111a5cd5d6af7d3312ec6ccad693b882b0de4b3] | committer: Hugo Beauzée-Luyssen
typo: Resource takes only one 'S'
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=9111a5cd5d6af7d3312ec6ccad693b882b0de4b3
---
ressources.qrc => resources.qrc | 0
src/CMakeLists.txt | 4 ++--
ts/CMakeLists.txt | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ressources.qrc b/resources.qrc
similarity index 100%
rename from ressources.qrc
rename to resources.qrc
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 0f6ee36..e4bfd82 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -82,8 +82,8 @@ SET (VLMC_HDRS
)
SET(VLMC_RCC
- ../ressources.qrc
- ../ts/ressources-ts.qrc
+ ../resources.qrc
+ ../ts/resources-ts.qrc
)
IF (WIN32)
diff --git a/ts/CMakeLists.txt b/ts/CMakeLists.txt
index 0989e02..6f6cbd4 100644
--- a/ts/CMakeLists.txt
+++ b/ts/CMakeLists.txt
@@ -1,6 +1,6 @@
## RCC file
-SET(TS_QRC ${CMAKE_SOURCE_DIR}/ts/ressources-ts.qrc)
+SET(TS_QRC ${CMAKE_SOURCE_DIR}/ts/resources-ts.qrc)
IF(NOT QT_LUPDATE_EXECUTABLE)
MESSAGE(WARNING "VLMC could not find lupdate. You won't be able to update translations.")
More information about the Vlmc-devel
mailing list