aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordidier2007-11-13 14:50:23 +0000
committerdidier2007-11-13 14:50:23 +0000
commita99ae769c1cd9eaad75cb80d3658d4c02f06e357 (patch)
treea3525a6a79e18e844bd19c16002778c58dd9d514
parent6bde2ba99a1310c0a6e6d69a56f0bf55384d7250 (diff)
downloadmtc-a99ae769c1cd9eaad75cb80d3658d4c02f06e357.zip
mtc-a99ae769c1cd9eaad75cb80d3658d4c02f06e357.tar.gz
mtc-a99ae769c1cd9eaad75cb80d3658d4c02f06e357.tar.bz2
mtc-a99ae769c1cd9eaad75cb80d3658d4c02f06e357.tar.xz
Correction bug...
-rw-r--r--src/MTools/Widget/MToggleBouton.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MTools/Widget/MToggleBouton.pm b/src/MTools/Widget/MToggleBouton.pm
index cc014f5..d10170d 100644
--- a/src/MTools/Widget/MToggleBouton.pm
+++ b/src/MTools/Widget/MToggleBouton.pm
@@ -70,7 +70,7 @@ sub new {
push (@gon1, $txt1);
push (@goff1, $txt1);
push (@gover1, $txt1);
- plink ([$self, 'text1'], [$txt1, '-text1']);
+ plink ([$self, 'text1'], [$txt1, '-text']);
}
if (defined $options {g_text2})
{
@@ -79,7 +79,7 @@ sub new {
push (@gon2, $txt2);
push (@goff2, $txt2);
push (@gover2, $txt2);
- plink ([$self, 'text2'], [$txt2, '-text2']);
+ plink ([$self, 'text2'], [$txt2, '-text']);
}