diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2013-05-11 11:54:21 +0200 |
---|---|---|
committer | Bosdonnat Cedric <cedric.bosdonnat@free.fr> | 2013-05-13 14:28:41 +0000 |
commit | ba489418be7b67fd1e0e6a136ace9667a49a1013 (patch) | |
tree | fca11c305bbd8d1da88a4c014c40a12e83efd49b /vcl/inc | |
parent | 1c7af341d068e4474774077524ccc15721ea3df3 (diff) |
Related fdo#35546: Further improve Layout of Photo Album Dialog
With suggestions from http://nabble.documentfoundation.org/Streamlining-the-Photo-Album-Creator-td4054397.html
* Moved "Album Layout" to the right
* Changed buttons to GTK Stock buttons, added VCL equivalents
* Improved the wording of the Layout options
Change-Id: Icfb24a8678d096bb596bcdeabbf539e9fe1835db
Reviewed-on: https://gerrit.libreoffice.org/3852
Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/svids.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/inc/svids.hrc b/vcl/inc/svids.hrc index f6433d79a092..e9bb616556e4 100644 --- a/vcl/inc/svids.hrc +++ b/vcl/inc/svids.hrc @@ -163,6 +163,8 @@ #define SV_BUTTONTEXT_UNDO 10121 #define SV_BUTTONTEXT_PASTE 10122 #define SV_BUTTONTEXT_NEXT 10123 +#define SV_BUTTONTEXT_GO_UP 10124 +#define SV_BUTTONTEXT_GO_DOWN 10125 #define SV_STDTEXT_FIRST SV_STDTEXT_SERVICENOTAVAILABLE #define SV_STDTEXT_SERVICENOTAVAILABLE 10210 |