From 1691b88073850be9eaa478bd466065ddf54bf659 Mon Sep 17 00:00:00 2001 From: mpv Date: Thu, 2 Jun 2016 17:42:55 +0300 Subject: [PATCH] Prepare version 2.3.1 --- CMakeLists.txt | 2 +- src/FeaturesPlugin/boolean_widget.xml | 4 ++-- src/PythonAPI/examples/Platine.py | 12 ++++++------ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 30d8f301d..4a24cfde4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.10) PROJECT (SHAPER) -SET (SHAPER_Version 2.3.0) +SET (SHAPER_Version 2.3.1) SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMakeCommon" ${CMAKE_MODULE_PATH}) diff --git a/src/FeaturesPlugin/boolean_widget.xml b/src/FeaturesPlugin/boolean_widget.xml index 5ccf5998b..d24a8af36 100644 --- a/src/FeaturesPlugin/boolean_widget.xml +++ b/src/FeaturesPlugin/boolean_widget.xml @@ -6,9 +6,9 @@ buttons_dir="horizontal" label="Operation type" tooltip="Type of boolean operation" - string_list="Cut Fuse Common Fill Smash" + string_list="Cut Fuse Common Smash" use_in_title="true" - icons_list="icons/Features/bool_cut.png icons/Features/bool_fuse.png icons/Features/bool_common.png icons/Features/bool_fill.png icons/Features/bool_smash.png" + icons_list="icons/Features/bool_cut.png icons/Features/bool_fuse.png icons/Features/bool_common.png icons/Features/bool_smash.png" default="0" />