fix window-title (separate application name, thread name)
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / focus_entry.h
index 9cdbc5cc7a2f1eda3bcb3b447bef8a48b302b533..2dce03cb2bdd2fd746dfc2dc5b83d2c09f53a4e0 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@ class LIBGTKMM2EXT_API FocusEntry : public Gtk::Entry
 {
   public:
        FocusEntry ();
-       
+
   protected:
        bool on_button_press_event (GdkEventButton*);
        bool on_button_release_event (GdkEventButton*);