diff options
author | Gerald Combs <gerald@wireshark.org> | 2009-01-22 21:26:54 +0000 |
---|---|---|
committer | Gerald Combs <gerald@wireshark.org> | 2009-01-22 21:26:54 +0000 |
commit | cc5357bee8fa94f974779656bdc78687234631f9 (patch) | |
tree | b7f43f6d0c3a05dd34b922aa42825720502f7d0d | |
parent | c0af52c979e31c797735e618f7d530fbb0dbd042 (diff) | |
download | wireshark-cc5357bee8fa94f974779656bdc78687234631f9.tar.gz wireshark-cc5357bee8fa94f974779656bdc78687234631f9.tar.bz2 wireshark-cc5357bee8fa94f974779656bdc78687234631f9.zip |
Add a comment about possible Windows 7 support.
svn path=/trunk/; revision=27288
-rw-r--r-- | gtk/main_menu.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk/main_menu.c b/gtk/main_menu.c index 6f757efa15..3a7879e3ab 100644 --- a/gtk/main_menu.c +++ b/gtk/main_menu.c @@ -1885,6 +1885,10 @@ add_menu_recent_capture_file_absolute(gchar *cf_name) { /* add the capture filename to the "Recent Files" menu */ /* (will change nothing, if this filename is already in the menu) */ +/* + * XXX - We might want to call SHAddToRecentDocs under Windows 7: + * http://stackoverflow.com/questions/437212/how-do-you-register-a-most-recently-used-list-with-windows-in-preparation-for-win + */ void add_menu_recent_capture_file(gchar *cf_name) { gchar *curr; |