# HG changeset patch # User Andrew O. Shadoura # Date 1213032654 -10800 # Node ID 949d790e8e33ec581d405fe3bd699a9ec316a4fd # Parent 9bc47b31404af21fc59cb897e93fae43bf218558 fixed FSF HQ address again diff -r 9bc47b31404a -r 949d790e8e33 src/filewriter/filewriter.c --- a/src/filewriter/filewriter.c Mon Jun 09 20:25:37 2008 +0300 +++ b/src/filewriter/filewriter.c Mon Jun 09 20:30:54 2008 +0300 @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include "filewriter.h" @@ -185,7 +185,7 @@ "\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., 59 Temple Place - Suite 330, Boston, MA 02111-1307,\n" + "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,\n" "USA."), _("Ok"), FALSE, NULL, NULL); gtk_signal_connect(GTK_OBJECT(dialog), "destroy", GTK_SIGNAL_FUNC(gtk_widget_destroyed), &dialog);