~ubuntu-branches/debian/squeeze/gnome-do-plugins/squeeze

« back to all changes in this revision

Viewing changes to Tomboy/gtk-gui/Tomboy.TomboyConfiguration.cs

  • Committer: Bazaar Package Importer
  • Author(s): Christopher James Halse Rogers
  • Date: 2009-06-27 16:11:49 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090627161149-b74nc297di2842u1
* New upstream release
  + Pidgin plugin now supports initial text for messages (LP: #338608)
  + Pidgin plugin opens conversations on the correct IM network (LP: #370965)
* debian/rules:
  + Update get-orig-source target.  Upstream no longer ships gdata* binaries,
    so we no longer need to strip them
* debian/patches/00_use_system_gdata
  + Drop.  Upstream now builds against system libgdata.
* debian/patches/04_fix_pidgin_dbus_ints
* debian/patches/10_fix_rhythmbox_file
* debian/patches/15_twitter_api
* debian/patches/20_twitter_overflow:
  + Drop.  Included upstream.
* debian/patches/01_firefox_iceweasel_rename:
  + Refresh for new version
* debian/patches/02_fix_banshee_plugin:
  + Drop refernce to /usr/lib/banshee-1/Banshee.CollectionIndexer.dll.
    This is unnecessary, and causes errors when Banshee isn't installed.
* debian/patches/00_debian_default_plugins:
  + Enable a bunch of useful plugins that do not require configuration from 
    the "Official" plugin set by default.  Makes Do more useful out of the 
    box.
* debian/control:
  + Bump versioned build-dep on gnome-do to 0.8.2
  + Split out gnome-do-plugin-evolution package, now that this is possible.
    libevolution5.0-cil has an annoyingly large dependency stack.
    (LP: #351535) (Closes: #524993).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// ------------------------------------------------------------------------------
2
2
//  <autogenerated>
3
3
//      This code was generated by a tool.
4
 
//      Mono Runtime Version: 2.0.50727.42
 
4
//      
5
5
// 
6
6
//      Changes to this file may cause incorrect behavior and will be lost if 
7
7
//      the code is regenerated.
63
63
            this.deriveTitleCheckButton = new Gtk.CheckButton();
64
64
            this.deriveTitleCheckButton.CanFocus = true;
65
65
            this.deriveTitleCheckButton.Name = "deriveTitleCheckButton";
66
 
            this.deriveTitleCheckButton.Label = Mono.Unix.Catalog.GetString("Use note content as note title when no title is specified.");
 
66
            this.deriveTitleCheckButton.Label = Mono.Addins.AddinManager.CurrentLocalizer.GetString("Use note content as note title when no title is specified.");
67
67
            this.deriveTitleCheckButton.DrawIndicator = true;
68
68
            this.deriveTitleCheckButton.UseUnderline = true;
69
69
            this.vbox2.Add(this.deriveTitleCheckButton);
75
75
            this.frame1.Add(this.GtkAlignment);
76
76
            this.GtkLabel3 = new Gtk.Label();
77
77
            this.GtkLabel3.Name = "GtkLabel3";
78
 
            this.GtkLabel3.LabelProp = Mono.Unix.Catalog.GetString("<b>Default New Note Title</b>");
 
78
            this.GtkLabel3.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("<b>Default New Note Title</b>");
79
79
            this.GtkLabel3.UseMarkup = true;
80
80
            this.frame1.LabelWidget = this.GtkLabel3;
81
81
            this.vbox1.Add(this.frame1);
98
98
            this.vbox3.Name = "vbox3";
99
99
            this.vbox3.Spacing = 6;
100
100
            // Container child vbox3.Gtk.Box+BoxChild
101
 
            this.contentFirstRadioButton = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("First pane is content, second pane is title."));
 
101
            this.contentFirstRadioButton = new Gtk.RadioButton(Mono.Addins.AddinManager.CurrentLocalizer.GetString("First pane is content, second pane is title."));
102
102
            this.contentFirstRadioButton.CanFocus = true;
103
103
            this.contentFirstRadioButton.Name = "contentFirstRadioButton";
104
104
            this.contentFirstRadioButton.Active = true;
111
111
            w5.Expand = false;
112
112
            w5.Fill = false;
113
113
            // Container child vbox3.Gtk.Box+BoxChild
114
 
            this.titleFirstRadioButton = new Gtk.RadioButton(Mono.Unix.Catalog.GetString("First pane is title, second pane is content."));
 
114
            this.titleFirstRadioButton = new Gtk.RadioButton(Mono.Addins.AddinManager.CurrentLocalizer.GetString("First pane is title, second pane is content."));
115
115
            this.titleFirstRadioButton.CanFocus = true;
116
116
            this.titleFirstRadioButton.Name = "titleFirstRadioButton";
117
117
            this.titleFirstRadioButton.DrawIndicator = true;
126
126
            this.frame2.Add(this.GtkAlignment1);
127
127
            this.GtkLabel2 = new Gtk.Label();
128
128
            this.GtkLabel2.Name = "GtkLabel2";
129
 
            this.GtkLabel2.LabelProp = Mono.Unix.Catalog.GetString("<b>New Note Title and Content Entry</b>");
 
129
            this.GtkLabel2.LabelProp = Mono.Addins.AddinManager.CurrentLocalizer.GetString("<b>New Note Title and Content Entry</b>");
130
130
            this.GtkLabel2.UseMarkup = true;
131
131
            this.frame2.LabelWidget = this.GtkLabel2;
132
132
            this.vbox1.Add(this.frame2);