Move Gtkmm2ext widgets into libwidget
[ardour.git] / libs / gtkmm2ext / choice.cc
index 363942eab7d834d023b0657ea879599ed356a4fd..5dde9426e73c5cbc04c67e5c9963ffd5e228549b 100644 (file)
@@ -1,6 +1,6 @@
 /*
     Copyright (C) 1998-99 Paul Barton-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
     the Free Software Foundation; either version 2 of the License, or
@@ -31,7 +31,7 @@ Choice::Choice (string title, string prompt, vector<string> choices, bool center
 {
        int n;
        vector<string>::iterator i;
-       
+
        if (center) {
                set_position (Gtk::WIN_POS_CENTER);
        } else {
@@ -49,7 +49,7 @@ Choice::Choice (string title, string prompt, vector<string> choices, bool center
 
        get_vbox()->set_border_width (12);
        get_vbox()->pack_start (*dhbox,  true, false);
-       
+
        set_has_separator (false);
        set_resizable (false);
        show_all_children ();