summary refs log tree commit diff stats
path: root/po/en_GB.po
AgeCommit message (Expand)Author
2011-02-24add xchat r1489berkeviktor@aol.com
rogram.cs?id=35821f3875e4a718932f7f67debdeacaa8c6cc3d'>^
c33342b2 ^
6bca080d ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
















                                                                 
                                       


         
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

namespace thememan
{
    static class Program
    {
        /// <summary>
        /// The main entry point for the application.
        /// </summary>
        [STAThread]
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new HTM());
        }
    }
}