diff --git a/makefile.lst b/makefile.lst index a8607d67b..6df20c7cf 100644 --- a/makefile.lst +++ b/makefile.lst @@ -122,7 +122,7 @@ COMMON_SOURCES = \ src/jinete/jbox.c \ src/jinete/jbutton.c \ src/jinete/jclipboard.c \ - src/jinete/jcombox.c \ + src/jinete/jcombobox.c \ src/jinete/jdraw.c \ src/jinete/jentry.c \ src/jinete/jfile.c \ diff --git a/src/jinete/jcombox.c b/src/jinete/jcombobox.c similarity index 100% rename from src/jinete/jcombox.c rename to src/jinete/jcombobox.c