Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Edit/Properties.py
diff options
context:
space:
mode:
authorOli <olivier.belanger@umontreal.ca>2007-07-06 08:03:25 (GMT)
committer Oli <olivier.belanger@umontreal.ca>2007-07-06 08:03:25 (GMT)
commit06438f693abc44500c6fdf4407cbe51fb3978154 (patch)
treeda3baf77befa2cf8b347619f3242452edf41b46c /Edit/Properties.py
parent0c61bdf39093cc9687a082f86bc6a3e964a6b56c (diff)
new icons
Diffstat (limited to 'Edit/Properties.py')
-rw-r--r--Edit/Properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Edit/Properties.py b/Edit/Properties.py
index 7e64b4b..be47286 100644
--- a/Edit/Properties.py
+++ b/Edit/Properties.py
@@ -248,7 +248,7 @@ class Properties( gtk.VBox ):
#algoRadioButtonBox.set_border_width(3)
#algoRadioButtonBox.set_radius(10)
- self.GUI['line'] = ImageRadioButton( None, Config.IMAGE_ROOT + 'propDrunk.png', Config.IMAGE_ROOT + 'propDrunkDown.png', Config.IMAGE_ROOT + 'propDrunkOver.png' )
+ self.GUI['line'] = ImageRadioButton( None, Config.IMAGE_ROOT + 'propLine.png', Config.IMAGE_ROOT + 'propLineDown.png', Config.IMAGE_ROOT + 'propLineOver.png' )
self.GUI['line'].connect( "toggled", self.handleAlgo, 0 )
algoRadioButtonBox.pack_start( self.GUI['line'], False, False, 1 )
self.GUI['drunk'] = ImageRadioButton( self.GUI['line'], Config.IMAGE_ROOT + 'propDrunk.png', Config.IMAGE_ROOT + 'propDrunkDown.png', Config.IMAGE_ROOT + 'propDrunkOver.png' )