Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2019-05-13 13:13:28 +0300
committerbubnikv <bubnikv@gmail.com>2019-05-13 13:13:28 +0300
commit56256519cc122d440d851c8d3a41d11ba904b4b1 (patch)
treec400dcec822db26284d7e1655b7c4dcbad2be123 /CMakeLists.txt
parent52d042a1c9dea82d10f5e658faf7187f195754de (diff)
WIP: Renaming to PrusaSlicer.
Removed the obsolte icons.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9477f68d8..346d2cf4a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -331,7 +331,7 @@ set(L10N_DIR "${SLIC3R_RESOURCES_DIR}/localization")
add_custom_target(pot
COMMAND xgettext --keyword=L --add-comments=TRN --from-code=UTF-8 --debug
-f "${L10N_DIR}/list.txt"
- -o "${L10N_DIR}/Slic3rPE.pot"
+ -o "${L10N_DIR}/PrusaSlicer.pot"
WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}
COMMENT "Generate pot file from strings in the source tree"
)