]> www.fi.muni.cz Git - evince.git/blobdiff - previewer/ev-previewer-window.c
[l10n]Fixes on Catalan translation
[evince.git] / previewer / ev-previewer-window.c
index 9e9fc5102c392ef73fa2d888dd238b4e675f075c..734941edc99679924d40fd0b3202a2402f80e762 100644 (file)
@@ -15,7 +15,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 <config.h>
@@ -487,7 +487,7 @@ data_dir (void)
        datadir = g_build_filename (dir, "share", "evince", NULL);
        g_free (dir);
 #else
-       datadir = g_strdup (DATADIR);
+       datadir = g_strdup (EVINCEDATADIR);
 #endif
 
        return datadir;