I'm very sorry for this, but if you do have transactions being stuck / unconfirmed:
Backup your current freshcoin wallet.dat file.
Open the debug window -> console
For every address you want the private key from, dump it:
dumpprivkey <freshcoinaddress>
save all the dumprivkey addresses in notepad.
remove (or rename) the complete appdata freshcoin directory
restart the wallet and let it sync
Open the debug window -> console
importprivkey <dumpedprivkey>
for all the generated private keys
exit the wallet
remove everything except the wallet.dat
start the wallet, let it sync and all should be fine again.