Deleting files from Tux Paint's 'Open' dialog now moves them to the user's Trash folder. FIXME: Only on freedesktop.org systems (e.g., Linux) (SourceForge.net Feature #3101084)

This commit is contained in:
William Kendrick 2011-04-17 06:54:38 +00:00
parent 7fe992f919
commit ab17644c76
2 changed files with 116 additions and 11 deletions

View file

@ -119,6 +119,11 @@ $Id$
-------------------
* Quicker prompt window pop-up animation.
* Deleting files from Tux Paint's 'Open' dialog now moves them to
the user's Trash folder.
FIXME: Only on freedesktop.org systems (e.g., Linux)
(SourceForge.net Feature #3101084)
* Tux Paint (in windowed mode) now only centers itself if
no specific positioning has been provided via
the SDL_VIDEO_WINDOW_POS environment variable.