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
path: root/xs
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2019-04-15 17:14:19 +0300
committerbubnikv <bubnikv@gmail.com>2019-04-15 17:14:19 +0300
commit496922036f8d0d644f4e220ffaefe7f45d4f4a2e (patch)
tree0b0517737e24f47ec2b178f12c2761ea80f0a4fe /xs
parent8235ad2b021e765375dab9102ce94024847308a5 (diff)
Harmonized the application naming.
Diffstat (limited to 'xs')
-rw-r--r--xs/xsp/XS.xsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/xsp/XS.xsp b/xs/xsp/XS.xsp
index 04969a7f9..e6f252ca8 100644
--- a/xs/xsp/XS.xsp
+++ b/xs/xsp/XS.xsp
@@ -32,7 +32,7 @@ DEBUG_OUT_PATH_PREFIX()
SV*
FORK_NAME()
CODE:
- RETVAL = newSVpv(SLIC3R_FORK_NAME, 0);
+ RETVAL = newSVpv(SLIC3R_APP_NAME, 0);
OUTPUT: RETVAL
void