From 3108b079f1f8ef8ab537098ba1c77b0cda477e4c Mon Sep 17 00:00:00 2001
From: "Michael D. M. Dryden" <mdryden@chem.utoronto.ca>
Date: Thu, 14 May 2015 15:00:57 -0400
Subject: [PATCH] Updated version numbers and experiment text.

---
 dstat-interface/interface/dpv.glade            | 5 +++--
 dstat-interface/interface/dstatinterface.glade | 2 +-
 dstat-interface/interface/swv.glade            | 5 +++--
 dstat-interface/main.py                        | 2 +-
 4 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/dstat-interface/interface/dpv.glade b/dstat-interface/interface/dpv.glade
index 0716c17..e13b41d 100644
--- a/dstat-interface/interface/dpv.glade
+++ b/dstat-interface/interface/dpv.glade
@@ -464,9 +464,10 @@
                   <object class="GtkLabel" id="label13">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label" translatable="yes">Note: The ADC converts continuously during DPV measurements and has priority over DAC changes. ADC sample rate should be significantly larger than DPV frequency for accurate timing.</property>
-                    <property name="justify">center</property>
+                    <property name="label" translatable="yes">Note: ADC samples 1/(ADC Frequency) before end of pulse. 1/(ADC frequency) should be significantly shorter than pulse period to reduce capacitive current.</property>
                     <property name="wrap">True</property>
+                    <property name="wrap_mode">word-char</property>
+                    <property name="width_chars">43</property>
                   </object>
                   <packing>
                     <property name="expand">True</property>
diff --git a/dstat-interface/interface/dstatinterface.glade b/dstat-interface/interface/dstatinterface.glade
index 9c2346c..8a43fb8 100644
--- a/dstat-interface/interface/dstatinterface.glade
+++ b/dstat-interface/interface/dstatinterface.glade
@@ -63,7 +63,7 @@
     <property name="version">1.0</property>
     <property name="copyright" translatable="yes">© Michael Dryden 2014</property>
     <property name="comments" translatable="yes">This software is licensed under the GNU GPL v3</property>
-    <property name="website">http://microfluidics.utoronto.ca</property>
+    <property name="website">http://microfluidics.utoronto.ca/dstat</property>
     <property name="license" translatable="yes">                    GNU GENERAL PUBLIC LICENSE
                        Version 3, 29 June 2007
 
diff --git a/dstat-interface/interface/swv.glade b/dstat-interface/interface/swv.glade
index 2f89f66..62659c1 100644
--- a/dstat-interface/interface/swv.glade
+++ b/dstat-interface/interface/swv.glade
@@ -492,9 +492,10 @@
                   <object class="GtkLabel" id="label13">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="label" translatable="yes">Note: The ADC converts continuously during SWV measurements and has priority over DAC changes. ADC sample rate should be significantly larger than SWV frequency for accurate timing.</property>
-                    <property name="justify">center</property>
+                    <property name="label" translatable="yes">Note: ADC samples 1/(ADC Frequency) before end of pulse. ADC frequency should be significantly larger than SWV frequency to reduce capacitive current.</property>
                     <property name="wrap">True</property>
+                    <property name="wrap_mode">word-char</property>
+                    <property name="width_chars">43</property>
                   </object>
                   <packing>
                     <property name="expand">True</property>
diff --git a/dstat-interface/main.py b/dstat-interface/main.py
index 1cf58fd..d01219e 100644
--- a/dstat-interface/main.py
+++ b/dstat-interface/main.py
@@ -113,7 +113,7 @@ class Main(object):
         self.spinner = self.builder.get_object('spinner')
 
         self.mainwindow = self.builder.get_object('window1')
-        self.mainwindow.set_title("Dstat Interface 0.1")
+        self.mainwindow.set_title("Dstat Interface 1.0")
         self.mainwindow.show_all()
         
         self.on_expcombobox_changed()
-- 
GitLab