cmake: remove TODO on cmake mime type

There seems to be no officially registered mime type for cmake,
so text/x-cmake is arguably "correct".

Change-Id: Ic1ddcd356fcf9f2f8d814b9f9ce32a96b78afeb2
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
hjk
2012-08-01 10:14:16 +02:00
committed by Christian Kandeler
parent cf2540c9a4
commit e982b5b3d1

View File

@@ -35,7 +35,7 @@ namespace CMakeProjectManager {
namespace Constants { namespace Constants {
const char PROJECTCONTEXT[] = "CMakeProject.ProjectContext"; const char PROJECTCONTEXT[] = "CMakeProject.ProjectContext";
const char CMAKEMIMETYPE[] = "text/x-cmake"; // TODO check that this is correct const char CMAKEMIMETYPE[] = "text/x-cmake";
const char CMAKE_EDITOR_ID[] = "CMakeProject.CMakeEditor"; const char CMAKE_EDITOR_ID[] = "CMakeProject.CMakeEditor";
const char CMAKE_EDITOR_DISPLAY_NAME[] = "CMake Editor"; const char CMAKE_EDITOR_DISPLAY_NAME[] = "CMake Editor";
const char C_CMAKEEDITOR[] = "CMakeProject.Context.CMakeEditor"; const char C_CMAKEEDITOR[] = "CMakeProject.Context.CMakeEditor";