~ubuntu-branches/ubuntu/lucid/gnome-chemistry-utils/lucid-security

« back to all changes in this revision

Viewing changes to gcu/gtkchem3dviewer.cc

  • Committer: Bazaar Package Importer
  • Author(s): Jordan Mantha
  • Date: 2008-01-05 18:53:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080105185340-fktv5cn9qlv80ab7
Tags: 0.8.5-1ubuntu1
* Merge from debian unstable, remaining changes (Closes LP: #179296):
  - Update Maintainer Field according to Debian Maintainer Spec
  - debian/control: add firefox support
  - debian/gcu-plugin.dirs: ditto
  - debian/gcu-plugin.links: ditto

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include "glview.h"
27
27
#include <glib/gi18n-lib.h>
28
28
#include <gtk/gtk.h>
 
29
#include <cstring>
29
30
 
30
31
using namespace std;
31
32
using namespace OpenBabel;