From e857fb4f906e9053fdd8cd64f0ad5713bcde4985 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Wed, 14 Aug 2019 11:09:25 +0200 Subject: [PATCH] Add tooltips to both comboboxes in toolbar --- ILSpy/MainWindow.xaml | 4 ++-- ILSpy/Properties/Resources.Designer.cs | 18 ++++++++++++++++++ ILSpy/Properties/Resources.resx | 6 ++++++ 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/ILSpy/MainWindow.xaml b/ILSpy/MainWindow.xaml index ed8cc1b1b..a83b6d799 100644 --- a/ILSpy/MainWindow.xaml +++ b/ILSpy/MainWindow.xaml @@ -93,9 +93,9 @@ - diff --git a/ILSpy/Properties/Resources.Designer.cs b/ILSpy/Properties/Resources.Designer.cs index d4f71c88f..845687b34 100644 --- a/ILSpy/Properties/Resources.Designer.cs +++ b/ILSpy/Properties/Resources.Designer.cs @@ -1566,6 +1566,15 @@ namespace ICSharpCode.ILSpy.Properties { } } + /// + /// Looks up a localized string similar to Select language to decompile to. + /// + public static string SelectLanguageDropdownTooltip { + get { + return ResourceManager.GetString("SelectLanguageDropdownTooltip", resourceCulture); + } + } + /// /// Looks up a localized string similar to Select a list:. /// @@ -1575,6 +1584,15 @@ namespace ICSharpCode.ILSpy.Properties { } } + /// + /// Looks up a localized string similar to Select version of language to output. + /// + public static string SelectVersionDropdownTooltip { + get { + return ResourceManager.GetString("SelectVersionDropdownTooltip", resourceCulture); + } + } + /// /// Looks up a localized string similar to Shell. /// diff --git a/ILSpy/Properties/Resources.resx b/ILSpy/Properties/Resources.resx index 389c58dbf..e38101b12 100644 --- a/ILSpy/Properties/Resources.resx +++ b/ILSpy/Properties/Resources.resx @@ -745,4 +745,10 @@ Are you sure you want to continue? Highlight matching braces + + Select language to decompile to + + + Select version of language to output + \ No newline at end of file