← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~suutari-olli/openlp/show-no-logo-or-background-when-starting into lp:openlp

 

Review: Needs Fixing

Minor tweeks but much better.
Needs tests though!

Diff comments:

> 
> === modified file 'openlp/core/ui/advancedtab.py'
> --- openlp/core/ui/advancedtab.py	2016-01-19 06:52:23 +0000
> +++ openlp/core/ui/advancedtab.py	2016-03-30 17:36:10 +0000
> @@ -304,6 +307,7 @@
>          self.default_file_label.setText(translate('OpenLP.AdvancedTab', 'Image file:'))
>          self.default_browse_button.setToolTip(translate('OpenLP.AdvancedTab', 'Browse for an image file to display.'))
>          self.default_revert_button.setToolTip(translate('OpenLP.AdvancedTab', 'Revert to the default OpenLP logo.'))
> +        self.default_show_nothing_check_box.setText(translate('OpenLP.AdvancedTab', 'Don\'t show Logo  '))

Don't show logo on startup

>          self.data_directory_current_label.setText(translate('OpenLP.AdvancedTab', 'Current path:'))
>          self.data_directory_new_label.setText(translate('OpenLP.AdvancedTab', 'Custom path:'))
>          self.data_directory_browse_button.setToolTip(translate('OpenLP.AdvancedTab',


-- 
https://code.launchpad.net/~suutari-olli/openlp/show-no-logo-or-background-when-starting/+merge/290507
Your team OpenLP Core is subscribed to branch lp:openlp.


References