mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
language editor displays stacktrace now in case of unexpected error
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2116 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
cee551da87
commit
2d7bab0cef
4 changed files with 768 additions and 0 deletions
|
@ -77,6 +77,7 @@
|
|||
<SubType>Code</SubType>
|
||||
<DependentUpon>App.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="EnvironmentInfo.cs" />
|
||||
<Compile Include="Language.cs" />
|
||||
<Compile Include="MetaEditorWindow.xaml.cs">
|
||||
<DependentUpon>MetaEditorWindow.xaml</DependentUpon>
|
||||
|
@ -89,10 +90,15 @@
|
|||
<SubType>Code</SubType>
|
||||
<DependentUpon>EntriesEditorWindow.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ErrorWindow.xaml.cs">
|
||||
<DependentUpon>ErrorWindow.xaml</DependentUpon>
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Page Include="MetaEditorWindow.xaml" />
|
||||
<Page Include="EntriesEditorWindow.xaml" />
|
||||
<Page Include="ErrorWindow.xaml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="app.config" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue