~ubuntu-branches/ubuntu/feisty/gnumeric/feisty-updates

« back to all changes in this revision

Viewing changes to plugins/paradox/paradox.c

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-11-14 14:02:03 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20061114140203-iv3j2aii3vch6isl
Tags: 1.7.2-1ubuntu1
* Merge with debian experimental:
  - debian/control, debian/*-gtk-*, debian/rules,
    debian/shlibs.local: Xubuntu changes for
    gtk/gnome multibuild.
  - run intltool-update in po*
  - Build Depend on intltool

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 *    Uwe Steinmann <uwe@steinmann.cx>
7
7
 **/
8
8
#include <gnumeric-config.h>
9
 
#include <glib/gi18n.h>
 
9
#include <glib/gi18n-lib.h>
10
10
#include <gnumeric.h>
11
11
#include <string.h>
12
12
#include "px.h"
278
278
 
279
279
        return true;
280
280
}
281