Skip to content

Instantly share code, notes, and snippets.

@Geal
Created February 4, 2011 09:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Geal/810916 to your computer and use it in GitHub Desktop.
Save Geal/810916 to your computer and use it in GitHub Desktop.
Reverse all the window titles (except for PluggableSystemWindow)
SystemWindow allInstancesDo:[:win| win setLabel: (win labelString reverse)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment