]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
Add dummy xgettext markers.
[lilypond.git] / lily / main.cc
index 899c9bf2414e07916a70394aa90e47dfa073ba32..1f4a1a5e3016de284ba53e609a3c1c3be311c9f6 100644 (file)
@@ -91,26 +91,25 @@ static char const *PROGRAM_NAME = "lilypond";
 static char const *PROGRAM_URL = "http://lilypond.org";
 
 static char const *NOTICE =
-"This program is free software.  It is covered by the GNU General Public\n"
-"License and you are welcome to change it and/or distribute copies of it\n"
-"under certain conditions.  Invoke as `%s --warranty' for more\n"
-"information.\n";
+_i("This program is free software.  It is covered by the GNU General Public\n"
+   "License and you are welcome to change it and/or distribute copies of it\n"
+   "under certain conditions.  Invoke as `%s --warranty' for more\n"
+   "information.\n");
   
 static char const *WARRANTY =
-"    This program is free software; you can redistribute it and/or\n"
-"modify it under the terms of the GNU General Public License version 2\n"
-"as published by the Free Software Foundation.\n"
-"\n"
-"    This program is distributed in the hope that it will be useful,\n"
-"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
-"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n"
-"General Public License for more details.\n"
-"\n"
-"    You should have received a copy (refer to the file COPYING) of the\n"
-"GNU General Public License along with this program; if not, write to\n"
-"the Free Software Foundation, Inc., 59 Temple Place - Suite 330,\n"
-"Boston, MA 02111-1307, USA.\n";
-
+_i("    This program is free software; you can redistribute it and/or\n"
+   "modify it under the terms of the GNU General Public License version 2\n"
+   "as published by the Free Software Foundation.\n"
+   "\n"
+   "    This program is distributed in the hope that it will be useful,\n"
+   "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+   "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\n"
+   "General Public License for more details.\n"
+   "\n"
+   "    You should have received a copy (refer to the file COPYING) of the\n"
+   "GNU General Public License along with this program; if not, write to\n"
+   "the Free Software Foundation, Inc., 59 Temple Place - Suite 330,\n"
+   "Boston, MA 02111-1307, USA.\n");
 
 /* Where the init files live.  Typically:
    LILYPOND_DATADIR = /usr/share/lilypond