[7297] Fixed profession spells sorting in trainer spell list at client.
[getmangos.git] / contrib / dbcEditer / TitleFrm.cpp
bloba26e93ce5ec401a9edf406524a019ec796872af5
1 //---------------------------------------------------------------------------
3 #include <vcl.h>
4 #pragma hdrstop
6 #include "TitleFrm.h"
7 //---------------------------------------------------------------------------
8 #pragma package(smart_init)
9 #pragma resource "*.dfm"
10 TFrmTitle *FrmTitle;
11 //---------------------------------------------------------------------------
12 __fastcall TFrmTitle::TFrmTitle(TComponent* Owner)
13 : TForm(Owner)
16 //---------------------------------------------------------------------------
17 void __fastcall TFrmTitle::Button1Click(TObject *Sender)
19 ModalResult = mrOk;
21 //---------------------------------------------------------------------------
22 void __fastcall TFrmTitle::Button2Click(TObject *Sender)
24 ModalResult = mrCancel;
26 //---------------------------------------------------------------------------