diff base/RecentFiles.h @ 277:3b8008d09541

* Add a colour database, and Add New Colour function to the colour combo in property box. The colour property is only correctly handled in the waveform layer so far. * Add en_GB translation, to translate those annoying Color texts in the Qt colour picker dialog.
author Chris Cannam
date Wed, 11 Jul 2007 17:21:37 +0000
parents 6576a208e8e7
children 6a94bb528e9d
line wrap: on
line diff
--- a/base/RecentFiles.h	Thu Jul 05 11:07:01 2007 +0000
+++ b/base/RecentFiles.h	Wed Jul 11 17:21:37 2007 +0000
@@ -55,7 +55,11 @@
     /**
      * Add a name that is known to be either a file path or a URL.  If
      * it looks like a URL, add it literally; otherwise treat it as a
-     * file path and canonicalise it appropriately.
+     * file path and canonicalise it appropriately.  Also takes into
+     * account the user preference for whether to include temporary
+     * files in the recent files menu: the file will not be added if
+     * the preference is set and the file appears to be a temporary
+     * one.
      */
     void addFile(QString name);