diff options
author | heiko tietze <tietze.heiko@gmail.com> | 2019-05-13 10:59:18 +0200 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2019-05-17 10:43:57 +0200 |
commit | 5187d3ae495a07373a12fd5980c9269bc8ce3f8f (patch) | |
tree | d529b9a31620015ecab6e69c607a37de2fb8018b /test | |
parent | 9e35b5a70844c8a0f6bc8e9dd8e0055cf5597b07 (diff) |
Resolves: tdf#69042 - Add a "What's New" infobar
Shows an infobar with a link to the respective wiki page
Adds a button to the About dialog
Replaces If6eb1542d2ad310226f76850f480f2f99070b803
Change-Id: I1eeb504994a6364feb90cfa447029875e0ec1969
Reviewed-on: https://gerrit.libreoffice.org/72218
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Tested-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/user-template/registry/modifications.xcd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/user-template/registry/modifications.xcd b/test/user-template/registry/modifications.xcd index d8483c6f33ed..20895dbaf80a 100644 --- a/test/user-template/registry/modifications.xcd +++ b/test/user-template/registry/modifications.xcd @@ -22,6 +22,9 @@ <prop oor:name="ShowTipOfTheDay"> <value>false</value> </prop> + <prop oor:name="LastTipOfTheDayShown"> + <value>"32767"</value> <!-- some arbitray high value (sal_Int32) --> + </prop> </node> <node oor:name="Filter"> <node oor:name="Graphic"> |