From 073fad25cb1e05c6fa00d9d2f3fb3781156e6988 Mon Sep 17 00:00:00 2001 From: Adrian Knoth Date: Thu, 24 Feb 2011 21:33:27 +0100 Subject: [PATCH] hdspmixer: Update FSF address. The FSF has moved, so reflect this change in the about dialogue. See also http://www.fsf.org/about/contact/ Signed-off-by: Adrian Knoth Signed-off-by: Takashi Iwai --- hdspmixer/src/HDSPMixerAboutText.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hdspmixer/src/HDSPMixerAboutText.cxx b/hdspmixer/src/HDSPMixerAboutText.cxx index 40bd862..c8c9b1a 100644 --- a/hdspmixer/src/HDSPMixerAboutText.cxx +++ b/hdspmixer/src/HDSPMixerAboutText.cxx @@ -41,8 +41,9 @@ HDSPMixerAboutText::HDSPMixerAboutText(int x, int y, int w, int h):Fl_Widget(x, "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" "See the GNU General Public License for more details.\n\n" "You should have received a copy of the GNU General Public License\n" - "along with this program; if not, write to the Free Software\n" - "Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n"; + "along with this program; if not, write to the\n" + "Free Software Foundation, Inc., 51 Franklin Street, Suite 500,\n" + "Boston, MA 02110-1335, USA.\n"; } void HDSPMixerAboutText::draw() -- 2.47.1