Save/Load allows editing very long file names, still imperfect

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@157 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2008-09-16 00:28:22 +00:00
parent 87c3f89763
commit 9cae113c99
4 changed files with 76 additions and 19 deletions

View File

@@ -2593,7 +2593,7 @@ byte Bouton_Load_ou_Save(byte Load, byte Image)
break;
case 8 : // Saisie du nom de fichier
Effacer_curseur();
if (Readline(13+9*8,90,Principal_Nom_fichier,27,2))
if (Readline(13+9*8,90,Principal_Nom_fichier,50,2))
{
// On regarde s'il faut rajouter une extension. C'est-à-dire s'il
// n'y a pas de '.' dans le nom du fichier.