Implements file move option in ROM list.

This commit is contained in:
Marcelo Munhoz Pélos 2013-07-11 23:40:40 -03:00 committed by Themaister
parent fbf029939c
commit f4d25deba1

View File

@ -216,11 +216,7 @@
if (didCreateFolder) {
[self refresh];
} else {
<<<<<<< HEAD
apple_display_alert(@"It was not possible to create folder.", 0);
=======
apple_display_alert(@"Not possible to create folder.", 0);
>>>>>>> Adds new Folder option in ROM list.
}
}
}