diff options
author | Martin Richard <martius@martiusweb.net> | 2012-01-31 00:44:34 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-04-02 18:30:39 +0200 |
commit | 5e301969bf1c8818b5c737757363c31584823485 (patch) | |
tree | 49afc9db14a2ebd38f177f90224ae8c221bace1a /svtools | |
parent | 149650b087ab5b15ef23e4ac6af5368b2820af1e (diff) |
fpicker: a list of bookmarks in the file picker
under dual licences MPLv1+/LGPLv3+
Authors:
Martin Richard <martius@martiusweb.net>
Julien Levesy <jlevesy@gmail.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/inc/svtools/svtools.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/inc/svtools/svtools.hrc b/svtools/inc/svtools/svtools.hrc index c6e05f2ad5d3..466b978c16bd 100644 --- a/svtools/inc/svtools/svtools.hrc +++ b/svtools/inc/svtools/svtools.hrc @@ -43,6 +43,7 @@ #define DLG_SVT_EXPLORERFILE (RID_SVTOOLS_START+4) #define DLG_SVT_QUERYFOLDERNAME (RID_SVTOOLS_START+5) #define DLG_SVT_QUERYDELETE (RID_SVTOOLS_START+6) +#define DLG_SVT_ADDPLACE (RID_SVTOOLS_START+7) #define STR_SVT_AUTOMATIC_COLOR (RID_SVTOOLS_START+16) |