diff options
author | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-06-27 15:25:31 +0200 |
---|---|---|
committer | Andrzej Hunt <andrzej.hunt@collabora.com> | 2014-06-30 07:45:17 +0200 |
commit | 6216eee4b94cace7984eb12dbad26fa91a5de94f (patch) | |
tree | 573c320c5355c44ec372aa263b4ae3aa4ecca286 /sd/inc | |
parent | f82c524f7615abc13adadca12ef27237ff3df4b7 (diff) |
Impress Remote: allow removal of authorised remotes.
Previously authorising a device meant that it would have access
forever -- we now list previously authorised remotes in the remote
dialog, along with controls to allow removal of such remotes.
Change-Id: I4179739f3a2ba0a8fe19c2a0cd0cbbece9cb4352
Diffstat (limited to 'sd/inc')
-rw-r--r-- | sd/inc/glob.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/inc/glob.hrc b/sd/inc/glob.hrc index 3e2d4a41228d..f9fc89e5b4da 100644 --- a/sd/inc/glob.hrc +++ b/sd/inc/glob.hrc @@ -148,7 +148,7 @@ #define STR_SLIDE_TRANSITION_PANE RID_GLOB_START+228 #define RID_SLIDESORTER_ICONS RID_GLOB_START+227 - +#define STR_DEAUTHORISE_CLIENT RID_GLOB_START+229 #endif // _SDGLOB_HRC /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |