diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-30 13:30:36 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-30 13:35:44 +0100 |
commit | ed25a000ab67324075e68d9a7f3ca657b4e6a573 (patch) | |
tree | 3debdd93da4f701a01e679cb2480af77bcaea53e /sd/inc/app.hrc | |
parent | 739094745eb051e9a733ef16f59aba4cb74ea93e (diff) |
implement save slide background for impress
to go along with the existing "set background",
same sort of thing as the competitor's effort
Change-Id: I2a1106771ead2cd926f3d631850447499340697c
Diffstat (limited to 'sd/inc/app.hrc')
-rw-r--r-- | sd/inc/app.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc index 4e1306c773aa..0b21cd0deb43 100644 --- a/sd/inc/app.hrc +++ b/sd/inc/app.hrc @@ -449,6 +449,7 @@ #define SID_SLIDE_SORTER_MULTI_PANE_GUI (SID_SD_START+421) #define SID_SELECT_BACKGROUND (SID_SD_START+422) +#define SID_SAVE_BACKGROUND (SID_SD_START+423) // FREE // Slots for the tool pane popup #define SID_TP_APPLY_TO_ALL_SLIDES (SID_SD_START+425) |