Click on Help now brings default (or last) topic, not contextual text of Help button

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@234 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud 2008-10-12 02:10:51 +00:00
parent 53c1d0c47d
commit c35f410a74

3
aide.c
View File

@ -155,12 +155,15 @@ void Bouton_Aide(void)
short Numero_bouton;
// Aide contextuelle
if (Touche!=0)
{
Numero_bouton = Numero_bouton_sous_souris();
if (Numero_bouton != -1)
{
Section_d_aide_en_cours = 4 + Numero_bouton;
Position_d_aide_en_cours = 0;
}
}
Nb_lignes=Table_d_aide[Section_d_aide_en_cours].Nombre_de_lignes;