diff options
author | bviktor <berkeviktor@aol.com> | 2012-07-20 06:43:35 -0700 |
---|---|---|
committer | bviktor <berkeviktor@aol.com> | 2012-07-20 06:43:35 -0700 |
commit | 7fdcf9620e7c01bd3709fef75bf4ca4bbdea1356 (patch) | |
tree | 1807d99706d95d92fcb201fabe73db6314af482a /src/htm/Properties/AssemblyInfo.cs | |
parent | 27c6150ab350b7f0e4c7b7a1427baea026d7e12b (diff) | |
parent | d4ce3fb24039a18860dc7ffd9fd487911f408b64 (diff) |
Merge pull request #9 from XhmikosR/master
more branding changes
Diffstat (limited to 'src/htm/Properties/AssemblyInfo.cs')
-rw-r--r-- | src/htm/Properties/AssemblyInfo.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/htm/Properties/AssemblyInfo.cs b/src/htm/Properties/AssemblyInfo.cs index 75d92f87..b42e34a2 100644 --- a/src/htm/Properties/AssemblyInfo.cs +++ b/src/htm/Properties/AssemblyInfo.cs @@ -6,12 +6,12 @@ using System.Resources; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("XChat Theme Manager")] -[assembly: AssemblyDescription("Manages XChat Themes.")] +[assembly: AssemblyTitle("HexChat Theme Manager")] +[assembly: AssemblyDescription("Manages HexChat Themes.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("thememan")] -[assembly: AssemblyCopyright("Copyright © 2012")] +[assembly: AssemblyCopyright("Copyright © 2012")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] |