~ubuntu-branches/ubuntu/saucy/monodevelop/saucy

« back to all changes in this revision

Viewing changes to src/core/MonoDevelop.Ide/gtk-gui/MonoDevelop.Ide.ExternalTools.ExternalToolPanelWidget.cs

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2012-05-27 18:08:20 UTC
  • mfrom: (1.8.5) (1.5.8 sid)
  • Revision ID: package-import@ubuntu.com-20120527180820-f1ub6lhg0s50wci1
Tags: 3.0.2+dfsg-3
* [fcecfe7] Fix monodevelop-core-addins.pc.in to point to actual 
  installed location of assemblies.
* [26e1a07] DebSrc 3.0 does not support Quilt's -p parameter, so 
  manually adjust the path in the patch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
                        this.argumentLabel.Name = "argumentLabel";
135
135
                        this.argumentLabel.Xalign = 0F;
136
136
                        this.argumentLabel.Yalign = 0F;
137
 
                        this.argumentLabel.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("_Arguments:");
 
137
                        this.argumentLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Arguments:");
138
138
                        this.argumentLabel.UseUnderline = true;
139
139
                        this.table2.Add (this.argumentLabel);
140
140
                        global::Gtk.Table.TableChild w10 = ((global::Gtk.Table.TableChild)(this.table2 [this.argumentLabel]));
158
158
                        this.commandLabel.Name = "commandLabel";
159
159
                        this.commandLabel.Xalign = 0F;
160
160
                        this.commandLabel.Yalign = 0F;
161
 
                        this.commandLabel.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("_Command:");
 
161
                        this.commandLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Command:");
162
162
                        this.commandLabel.UseUnderline = true;
163
163
                        this.table2.Add (this.commandLabel);
164
164
                        global::Gtk.Table.TableChild w12 = ((global::Gtk.Table.TableChild)(this.table2 [this.commandLabel]));
231
231
                        this.titleLabel.Name = "titleLabel";
232
232
                        this.titleLabel.Xalign = 0F;
233
233
                        this.titleLabel.Yalign = 0F;
234
 
                        this.titleLabel.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("_Title:");
 
234
                        this.titleLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Title:");
235
235
                        this.titleLabel.UseUnderline = true;
236
236
                        this.table2.Add (this.titleLabel);
237
237
                        global::Gtk.Table.TableChild w19 = ((global::Gtk.Table.TableChild)(this.table2 [this.titleLabel]));
252
252
                        this.workingDirLabel.Name = "workingDirLabel";
253
253
                        this.workingDirLabel.Xalign = 0F;
254
254
                        this.workingDirLabel.Yalign = 0F;
255
 
                        this.workingDirLabel.LabelProp = global::MonoDevelop.Core.GettextCatalog.GetString ("_Working directory:");
 
255
                        this.workingDirLabel.LabelProp = global::Mono.Unix.Catalog.GetString ("_Working directory:");
256
256
                        this.workingDirLabel.UseUnderline = true;
257
257
                        this.table2.Add (this.workingDirLabel);
258
258
                        global::Gtk.Table.TableChild w21 = ((global::Gtk.Table.TableChild)(this.table2 [this.workingDirLabel]));
273
273
                        // Container child table1.Gtk.Table+TableChild
274
274
                        this.promptArgsCheckBox = new global::Gtk.CheckButton ();
275
275
                        this.promptArgsCheckBox.Name = "promptArgsCheckBox";
276
 
                        this.promptArgsCheckBox.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("_Prompt for arguments");
 
276
                        this.promptArgsCheckBox.Label = global::Mono.Unix.Catalog.GetString ("_Prompt for arguments");
277
277
                        this.promptArgsCheckBox.DrawIndicator = true;
278
278
                        this.promptArgsCheckBox.UseUnderline = true;
279
279
                        this.table1.Add (this.promptArgsCheckBox);
283
283
                        this.saveCurrentFileCheckBox = new global::Gtk.CheckButton ();
284
284
                        this.saveCurrentFileCheckBox.CanFocus = true;
285
285
                        this.saveCurrentFileCheckBox.Name = "saveCurrentFileCheckBox";
286
 
                        this.saveCurrentFileCheckBox.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("_Save current file");
 
286
                        this.saveCurrentFileCheckBox.Label = global::Mono.Unix.Catalog.GetString ("_Save current file");
287
287
                        this.saveCurrentFileCheckBox.DrawIndicator = true;
288
288
                        this.saveCurrentFileCheckBox.UseUnderline = true;
289
289
                        this.table1.Add (this.saveCurrentFileCheckBox);
294
294
                        // Container child table1.Gtk.Table+TableChild
295
295
                        this.useOutputPadCheckBox = new global::Gtk.CheckButton ();
296
296
                        this.useOutputPadCheckBox.Name = "useOutputPadCheckBox";
297
 
                        this.useOutputPadCheckBox.Label = global::MonoDevelop.Core.GettextCatalog.GetString ("Use _output window");
 
297
                        this.useOutputPadCheckBox.Label = global::Mono.Unix.Catalog.GetString ("Use _output window");
298
298
                        this.useOutputPadCheckBox.DrawIndicator = true;
299
299
                        this.useOutputPadCheckBox.UseUnderline = true;
300
300
                        this.table1.Add (this.useOutputPadCheckBox);