Rename XTM to HTM
This commit is contained in:
		
							parent
							
								
									c95481a85b
								
							
						
					
					
						commit
						c33342b202
					
				
					 17 changed files with 13 additions and 13 deletions
				
			
		
							
								
								
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
plugins/wmpa/wmpa_h.h
 | 
			
		||||
plugins/wmpa/wmpa_i.c
 | 
			
		||||
src/pixmaps/inline_pngs.h
 | 
			
		||||
src/xtm/obj/*
 | 
			
		||||
src/htm/obj/*
 | 
			
		||||
win32/build/*
 | 
			
		||||
win32/ipch/*
 | 
			
		||||
win32/hexchat.opensdf
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										10
									
								
								src/xtm/Main.Designer.cs → src/htm/Main.Designer.cs
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										10
									
								
								src/xtm/Main.Designer.cs → src/htm/Main.Designer.cs
									
										
									
										generated
									
									
									
								
							| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
namespace thememan
 | 
			
		||||
{
 | 
			
		||||
    partial class XTM
 | 
			
		||||
    partial class HTM
 | 
			
		||||
    {
 | 
			
		||||
        /// <summary>
 | 
			
		||||
        /// Required designer variable.
 | 
			
		||||
| 
						 | 
				
			
			@ -28,7 +28,7 @@
 | 
			
		|||
        /// </summary>
 | 
			
		||||
        private void InitializeComponent()
 | 
			
		||||
        {
 | 
			
		||||
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XTM));
 | 
			
		||||
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HTM));
 | 
			
		||||
            this.themelist = new System.Windows.Forms.ListBox();
 | 
			
		||||
            this.themecolor0 = new System.Windows.Forms.Label();
 | 
			
		||||
            this.themecolor1 = new System.Windows.Forms.Label();
 | 
			
		||||
| 
						 | 
				
			
			@ -247,7 +247,7 @@
 | 
			
		|||
            this.deleteButton.UseVisualStyleBackColor = true;
 | 
			
		||||
            this.deleteButton.Click += new System.EventHandler(this.deleteButton_Click);
 | 
			
		||||
            // 
 | 
			
		||||
            // XTM
 | 
			
		||||
            // HTM
 | 
			
		||||
            // 
 | 
			
		||||
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 | 
			
		||||
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | 
			
		||||
| 
						 | 
				
			
			@ -278,9 +278,9 @@
 | 
			
		|||
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
 | 
			
		||||
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
 | 
			
		||||
            this.MaximizeBox = false;
 | 
			
		||||
            this.Name = "XTM";
 | 
			
		||||
            this.Name = "HTM";
 | 
			
		||||
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
 | 
			
		||||
            this.Text = "XChat Theme Manager";
 | 
			
		||||
            this.Text = "HexChat Theme Manager";
 | 
			
		||||
            this.ResumeLayout(false);
 | 
			
		||||
            this.PerformLayout();
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -34,7 +34,7 @@ using System.Net;
 | 
			
		|||
 | 
			
		||||
namespace thememan
 | 
			
		||||
{
 | 
			
		||||
    public partial class XTM : Form
 | 
			
		||||
    public partial class HTM : Form
 | 
			
		||||
    {
 | 
			
		||||
        public string appdata = (Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\\X-Chat 2\\");
 | 
			
		||||
        public string home = (Environment.GetFolderPath(Environment.SpecialFolder.Personal) + "/.xchat2/");
 | 
			
		||||
| 
						 | 
				
			
			@ -44,7 +44,7 @@ namespace thememan
 | 
			
		|||
 | 
			
		||||
        OpenFileDialog importDialog;
 | 
			
		||||
 | 
			
		||||
        public XTM ()
 | 
			
		||||
        public HTM ()
 | 
			
		||||
		{
 | 
			
		||||
			InitializeComponent ();
 | 
			
		||||
            
 | 
			
		||||
| 
						 | 
				
			
			@ -15,7 +15,7 @@ namespace thememan
 | 
			
		|||
        {
 | 
			
		||||
            Application.EnableVisualStyles();
 | 
			
		||||
            Application.SetCompatibleTextRenderingDefault(false);
 | 
			
		||||
            Application.Run(new XTM());
 | 
			
		||||
            Application.Run(new HTM());
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
		 Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB  | 
| 
						 | 
				
			
			@ -42,13 +42,13 @@
 | 
			
		|||
    <CodeAnalysisIgnoreGeneratedCode>false</CodeAnalysisIgnoreGeneratedCode>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <ApplicationIcon>Resources\xtm.ico</ApplicationIcon>
 | 
			
		||||
    <ApplicationIcon>Resources\htm.ico</ApplicationIcon>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <ManifestCertificateThumbprint>25412E3EF25458D894050F8209E4D9DCCDF432D7</ManifestCertificateThumbprint>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <ManifestKeyFile>xtm_TemporaryKey.pfx</ManifestKeyFile>
 | 
			
		||||
    <ManifestKeyFile>htm_TemporaryKey.pfx</ManifestKeyFile>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <PropertyGroup>
 | 
			
		||||
    <GenerateManifests>false</GenerateManifests>
 | 
			
		||||
| 
						 | 
				
			
			@ -150,7 +150,7 @@
 | 
			
		|||
    </BootstrapperPackage>
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <Content Include="Resources\xtm.ico" />
 | 
			
		||||
    <Content Include="Resources\htm.ico" />
 | 
			
		||||
  </ItemGroup>
 | 
			
		||||
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 | 
			
		||||
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 | 
			
		||||
| 
						 | 
				
			
			@ -119,7 +119,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "installer", "installer\inst
 | 
			
		|||
		{C9B735E4-75BC-45AC-A5E3-39A6D076F912} = {C9B735E4-75BC-45AC-A5E3-39A6D076F912}
 | 
			
		||||
	EndProjectSection
 | 
			
		||||
EndProject
 | 
			
		||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xtm", "..\src\xtm\xtm.csproj", "{DE87FFCA-9606-4116-B747-062D88A56A28}"
 | 
			
		||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "htm", "..\src\htm\htm.csproj", "{DE87FFCA-9606-4116-B747-062D88A56A28}"
 | 
			
		||||
EndProject
 | 
			
		||||
Global
 | 
			
		||||
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue