mirror of
https://github.com/greenshot/greenshot
synced 2025-08-19 21:13:23 -07:00
Refactored the "thumbnail" preview code to ThumbnailForm.cs, this removes some complexity from the MainForm. Also fixed an Imgur issue, which I noticed as they currently have maintenance. And I added a missing key to the language-en-US.xml
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1909 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
7918109284
commit
e274a08a1e
7 changed files with 143 additions and 100 deletions
|
@ -175,6 +175,9 @@
|
|||
<Compile Include="..\GreenshotInterop\OfficeInterop\WordInterop.cs">
|
||||
<Link>Interop\WordInterop.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="Controls\FormWithoutActivation.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Controls\GreenshotButton.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
|
@ -223,6 +226,9 @@
|
|||
<Compile Include="Controls\GreenshotToolDropDownButton.cs">
|
||||
<SubType>Component</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Controls\ThumbnailForm.cs">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Core\AbstractDestination.cs" />
|
||||
<Compile Include="Core\AbstractProcessor.cs" />
|
||||
<Compile Include="Core\AccessibleHelper.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue