Fixing settings form and added a hide expert tab setting.

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1904 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-05-30 09:57:43 +00:00
parent b5b6bf6e20
commit aa9f6a0cd3
3 changed files with 6 additions and 3 deletions

View file

@ -163,6 +163,7 @@ namespace Greenshot {
/// Update the UI to reflect the language and other text settings
/// </summary>
private void UpdateUI() {
tab_expert.Visible = !coreConfiguration.HideExpertSettings;
toolTip.SetToolTip(label_language, Language.GetString(LangKey.settings_tooltip_language));
toolTip.SetToolTip(label_storagelocation, Language.GetString(LangKey.settings_tooltip_storagelocation));
toolTip.SetToolTip(label_screenshotname, Language.GetString(LangKey.settings_tooltip_filenamepattern));