Changeset 145
- Timestamp:
- 01/11/08 22:29:05 (1 year ago)
- Files:
-
- pytrainer/trunk/glade/pytrainer.glade (modified) (1 diff)
- pytrainer/trunk/mozpytrainer.sh (modified) (1 diff)
- pytrainer/trunk/plugins/googleearth/conf.xml (modified) (1 diff)
- pytrainer/trunk/pytrainer.desktop (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
pytrainer/trunk/glade/pytrainer.glade
r143 r145 72 72 <widget class="GtkImageMenuItem" id="export_csv"> 73 73 <property name="visible">True</property> 74 <property name="label" translatable="yes">_Export as text separated by commas</property>74 <property name="label" translatable="yes">_Export as Text Separated by Commas</property> 75 75 <property name="use_underline">True</property> 76 76 <signal name="activate" handler="on_export_csv_activate" last_modification_time="Tue, 22 Aug 2006 18:22:41 GMT"/> pytrainer/trunk/mozpytrainer.sh
r144 r145 1 1 #/bin/sh 2 2 3 LD_LIBRARY_PATH=/usr/lib/firefox MOZILLA_FIVE_HOME=/usr/lib/firefox python pytrainer /pytrainer.py3 LD_LIBRARY_PATH=/usr/lib/firefox MOZILLA_FIVE_HOME=/usr/lib/firefox python pytrainer.py pytrainer/trunk/plugins/googleearth/conf.xml
r56 r145 4 4 description="Import yor Google Earth files (*.kml)" 5 5 plugincode="googleearth" 6 pluginbutton="Import *.kml file"6 pluginbutton="Import Google Earth File (*.kml)" 7 7 executable="main.sh" 8 8 > pytrainer/trunk/pytrainer.desktop
r4 r145 3 3 Type=Application 4 4 Encoding=UTF-8 5 Name=pyTrainer 5 Name=pyTrainer sport training log 6 6 Comment=The Free Sport Training Center 7 7 Exec=pytrainer
