summaryrefslogtreecommitdiff
path: root/math/xgfe/files/patch-rotation.cpp
blob: 648b697b1bfe5544149fb0e0ff7f8d5a28f77379 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -u rotation.cpp.orig rotation.cpp
--- rotation.cpp.orig	Thu Jul 23 04:31:04 1998
+++ rotation.cpp	Thu Oct 30 21:42:04 2003
@@ -62,8 +62,8 @@
 
 void rotation::doOK()
 {  
-  string scale = plotScalingEdit->text();
-  string zscale = zAxisScalingEdit->text();
+  string scale = string(plotScalingEdit->text());
+  string zscale = string(zAxisScalingEdit->text());
 
   gnuInt->setRotationXAxis(xAxisRotation);
   gnuInt->setRotationZAxis(zAxisRotation);