~activity-log-manager/activity-log-manager/redesign

« back to all changes in this revision

Viewing changes to src/unified-privacy-applications.vala

  • Committer: Robert Ancell
  • Date: 2015-01-12 23:02:50 UTC
  • mfrom: (84.2.1 no-stock)
  • Revision ID: robert.ancell@canonical.com-20150112230250-x9pbnawydpof0wo9
Gtk.StockĀ isĀ deprecated

Show diffs side-by-side

added added

removed removed

Lines of Context:
465
465
                        this.treeview = new AppSelectionTreeView (this.app_blacklist);
466
466
                        var area = this.get_content_area () as Gtk.Box;
467
467
                        area.pack_start(this.treeview);
468
 
                        this.add_buttons (Stock.CANCEL, ResponseType.CANCEL, Stock.OK, ResponseType.OK);
 
468
                        this.add_buttons (_("_Cancel"), ResponseType.CANCEL, _("_OK"), ResponseType.OK);
469
469
                        
470
470
                        this.treeview.show_all ();
471
471
                }