~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to WindowManager/src/ScreenListAction.cs

Fix xml files and a couple crashes

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
        public class ScreenRestoreAction : ScreenActionAction
275
275
        {
276
276
                public override string Name {
277
 
                        get { return "Cascade Windows"; }
 
277
                        get { return "Restore Windows"; }
278
278
                }
279
279
                
280
280
                public override string Description {
281
 
                        get { return "Cascade all windows"; }
 
281
                        get { return "Restore Windows to their Previous Positions"; }
282
282
                }
283
283
 
284
284
                public override string Icon {