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>2018-02-15 20:16:19 +0300
committerbubnikv <bubnikv@gmail.com>2018-02-15 20:16:19 +0300
commit39100068c126c4dc0e452b5ece666e91986c6bf3 (patch)
tree938b83608646af9b90d7c85b9528837c13d43e16 /xs/src/perlglue.cpp
parentf1840a52db3656d7b32956fa504be5d85b438fac (diff)
Removed the Perl Tab & BedDialog as they were replaced by their C++
counterparts.
Diffstat (limited to 'xs/src/perlglue.cpp')
-rw-r--r--xs/src/perlglue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/perlglue.cpp b/xs/src/perlglue.cpp
index f7b4bf0c0..cb2ef7368 100644
--- a/xs/src/perlglue.cpp
+++ b/xs/src/perlglue.cpp
@@ -63,7 +63,7 @@ REGISTER_CLASS(Preset, "GUI::Preset");
REGISTER_CLASS(PresetCollection, "GUI::PresetCollection");
REGISTER_CLASS(PresetBundle, "GUI::PresetBundle");
REGISTER_CLASS(PresetHints, "GUI::PresetHints");
-REGISTER_CLASS(TabIface, "GUI::Tab2");
+REGISTER_CLASS(TabIface, "GUI::Tab");
SV* ConfigBase__as_hash(ConfigBase* THIS)
{