Changeset 721 for sans/utils/bt5/bt5plot
- Timestamp:
- Jul 6, 2010 5:39:54 PM (13 years ago)
- Location:
- sans/utils/bt5/bt5plot
- Files:
-
- 1 deleted
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
sans/utils/bt5/bt5plot/bt5plot
r720 r721 34 34 def __init__(self): 35 35 36 gladefile = "bt5plot 2.glade"36 gladefile = "bt5plot.glade" 37 37 self.windowname = "win_Main" 38 38 self.wTree = gtk.glade.XML(gladefile, self.windowname) -
sans/utils/bt5/bt5plot/bt5plot.glade
r720 r721 6 6 <widget class="GtkWindow" id="win_Main"> 7 7 <property name="visible">True</property> 8 <property name="title" translatable="yes">bt5plot 2</property>8 <property name="title" translatable="yes">bt5plot</property> 9 9 <property name="type">GTK_WINDOW_TOPLEVEL</property> 10 10 <property name="window_position">GTK_WIN_POS_NONE</property> -
sans/utils/bt5/bt5plot/bt5plot.gladep
r720 r721 3 3 4 4 <glade-project> 5 <name>bt5plot 2</name>6 <program_name>bt5plot 2</program_name>5 <name>bt5plot</name> 6 <program_name>bt5plot</program_name> 7 7 <gnome_support>FALSE</gnome_support> 8 8 <output_main_file>FALSE</output_main_file>
Note: See TracChangeset
for help on using the changeset viewer.