~ubuntu-branches/ubuntu/gutsy/monodevelop/gutsy

« back to all changes in this revision

Viewing changes to Core/src/MonoDevelop.Core/MonoDevelop.Core/GettextCatalog.cs.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2007-07-16 13:29:54 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070716132954-pzjpp1tbvotxw30v
Tags: 0.14+dfsg-1ubuntu1
* Sync with Debian, remaining changes:
  + debian/control:
    - Build depend on firefox-dev, depend on firefox.
    - Adjust Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
using System.Runtime.InteropServices;
28
28
 
29
29
using MonoDevelop.Core;
30
 
using MonoDevelop.Core.AddIns;
31
30
 
32
31
using Mono.Unix;
33
32