Banshee.Gui.PlaybackActions.ShowPause C# (CSharp) Method

ShowPause() private method

private ShowPause ( ) : void
return void
        private void ShowPause ()
        {
            play_pause_action.Label = Catalog.GetString ("_Pause");
            play_pause_action.StockId = Gtk.Stock.MediaPause;
            play_pause_action.Tooltip = Catalog.GetString ("Pause the current item");
        }