mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 18:57:28 -07:00
Refactored the Office Destinations, including the Interop & configuration, to the new Office plug-in. Also refactored some code to be more consistent.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2131 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
5714b59a14
commit
4d399a60ac
34 changed files with 739 additions and 365 deletions
|
@ -34,7 +34,7 @@ using GreenshotPlugin.Controls;
|
|||
|
||||
namespace GreenshotConfluencePlugin {
|
||||
/// <summary>
|
||||
/// Description of JiraDestination.
|
||||
/// Description of ConfluenceDestination.
|
||||
/// </summary>
|
||||
public class ConfluenceDestination : AbstractDestination {
|
||||
private static log4net.ILog LOG = log4net.LogManager.GetLogger(typeof(ConfluenceDestination));
|
||||
|
|
|
@ -110,7 +110,7 @@ namespace GreenshotConfluencePlugin {
|
|||
}
|
||||
try {
|
||||
TranslationManager.Instance.TranslationProvider = new LanguageXMLTranslationProvider();
|
||||
//resources = new ComponentResourceManager(typeof(JiraPlugin));
|
||||
//resources = new ComponentResourceManager(typeof(ConfluencePlugin));
|
||||
} catch (Exception ex) {
|
||||
LOG.ErrorFormat("Problem in ConfluencePlugin.Initialize: {0}", ex.Message);
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue