diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-06-06 15:13:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-09 09:23:58 +0100 |
commit | 7e600aca08ebbd69b0c8ef924c84af4dcf80df56 (patch) | |
tree | 535e875bd16b69a530b8af85fc2b7f73993d757d /sd/inc/app.hrc | |
parent | 5d1e22d52a659b12fe7f6b5870bd12d07ddca0d8 (diff) |
Related: fdo#78151 force outliners in master view to be read-only text
because these contain place-holder text and it doesn't make sense
to be able to edit them (unless some-day we support custom place-holder
prompts)
because they are now read-only add a pair of "show next level" and "hide
last level" features so on right clicking the last outline paragraph
you can make the next one visible, or make the last one invisible
Change-Id: Iea24d810f298156cfe2f32aa53d0515da45e08eb
Diffstat (limited to 'sd/inc/app.hrc')
-rw-r--r-- | sd/inc/app.hrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index ef8631f9e662..fae13da62b67 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -447,9 +447,10 @@ #define SID_ADD_MOTION_PATH (SID_SD_START+442) #define SID_TABLE_TOOLBOX (SID_SD_START+443) - // free -#define SID_PRESENTATION_MINIMIZER (SID_SD_START+450) +#define SID_HIDE_LAST_LEVEL (SID_SD_START+448) +#define SID_SHOW_NEXT_LEVEL (SID_SD_START+449) +#define SID_PRESENTATION_MINIMIZER (SID_SD_START+450) #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |