Preparations for the language changes

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1780 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2012-04-17 13:31:56 +00:00
parent d6fc1d9649
commit 6f438b2a6c
7 changed files with 68 additions and 147 deletions

View file

@ -11,16 +11,13 @@ using System.Drawing;
using System.IO;
using System.Windows.Forms;
using ExternalCommand;
using Greenshot.IniFile;
namespace GreenshotExternalCommandPlugin
{
namespace ExternalCommand {
/// <summary>
/// Description of SettingsFormDetail.
/// </summary>
public partial class SettingsFormDetail : Form
{
public partial class SettingsFormDetail : ExternalCommandForm {
private string commando;
private int commandIndex;