From c4e2e42a82f09085f64a88ea9485d6978ee6c036 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Thu, 23 Oct 2014 08:52:44 +0300 Subject: [PATCH] Create "Other Languages" category for Python and GLSL Reusable for other foreign languages Change-Id: I264ad145601850397702d5dd656b77d495661eb8 Reviewed-by: Eike Ziller --- src/plugins/glsleditor/GLSLEditor.json.in | 2 +- src/plugins/pythoneditor/PythonEditor.json.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/glsleditor/GLSLEditor.json.in b/src/plugins/glsleditor/GLSLEditor.json.in index 62014949d26..d631fba6e2a 100644 --- a/src/plugins/glsleditor/GLSLEditor.json.in +++ b/src/plugins/glsleditor/GLSLEditor.json.in @@ -12,7 +12,7 @@ \"\", \"Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 or version 3 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License requirements will be met: https://www.gnu.org/licenses/lgpl.html and http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.\" ], - \"Category\" : \"GLSL\", + \"Category\" : \"Other Languages\", \"Description\" : \"Editor for GLSL.\", \"Url\" : \"http://www.qt-project.org\", $$dependencyList diff --git a/src/plugins/pythoneditor/PythonEditor.json.in b/src/plugins/pythoneditor/PythonEditor.json.in index 196c5ddefcd..fb4a59eddc8 100644 --- a/src/plugins/pythoneditor/PythonEditor.json.in +++ b/src/plugins/pythoneditor/PythonEditor.json.in @@ -12,7 +12,7 @@ \"\", \"Alternatively, this plugin may be used under the terms of the GNU Lesser General Public License version 2.1 or version 3 as published by the Free Software Foundation. Please review the following information to ensure the GNU Lesser General Public License requirements will be met: https://www.gnu.org/licenses/lgpl.html and http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.\" ], - \"Category\" : \"Python\", + \"Category\" : \"Other Languages\", \"Description\" : \"Editor and file creation wizards for Python. Example plugin for QtCreator API demonstration.\", \"Url\" : \"http://www.qt-project.org\", $$dependencyList