aboutsummaryrefslogtreecommitdiff
path: root/exemples/exemple_multi_selection.pl
diff options
context:
space:
mode:
authorribet2007-05-14 14:32:34 +0000
committerribet2007-05-14 14:32:34 +0000
commit95ba2d44fffe340619c5fdf5624790ac64442d80 (patch)
treea4c8ccc86d2b4bd3547ee2d54c4a8aac93e56cff /exemples/exemple_multi_selection.pl
parent76aecbe5cbeea78733e0dc0b2595bf3443ec9d56 (diff)
downloadmtc-95ba2d44fffe340619c5fdf5624790ac64442d80.zip
mtc-95ba2d44fffe340619c5fdf5624790ac64442d80.tar.gz
mtc-95ba2d44fffe340619c5fdf5624790ac64442d80.tar.bz2
mtc-95ba2d44fffe340619c5fdf5624790ac64442d80.tar.xz
Déplacement de MGroup. Ce déplacement casse du code côté utilisateurs, mais le fichier est enfin à sa place.
Diffstat (limited to 'exemples/exemple_multi_selection.pl')
-rwxr-xr-xexemples/exemple_multi_selection.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/exemples/exemple_multi_selection.pl b/exemples/exemple_multi_selection.pl
index 7cd089b..c0e6251 100755
--- a/exemples/exemple_multi_selection.pl
+++ b/exemples/exemple_multi_selection.pl
@@ -30,7 +30,7 @@ my $frame = new MTools (800, 600, 'Exemple SVG');
my $bck = new MTools::GUI::MRect (1, 0, 0, 800, 600, -filled => 1, -fillcolor => '#aaaaaa');
-my $objs = new MTools::MGroup (1);
+my $objs = new MTools::GUI::MGroup (1);
my $multi = new MTools::Comp::MMultiSelection (
$bck,