# HG changeset patch # User koda # Date 1255877046 0 # Node ID 3f84392522cf7d1815706ecc5497701fc6f50051 # Parent 80ef2224a5207f9d6419b7ca76aaf44e75ca17a5 last minute fixes diff -r 80ef2224a520 -r 3f84392522cf share/hedgewars/Data/Locale/hedgewars_it.qm Binary file share/hedgewars/Data/Locale/hedgewars_it.qm has changed diff -r 80ef2224a520 -r 3f84392522cf share/hedgewars/Data/Locale/hedgewars_it.ts --- a/share/hedgewars/Data/Locale/hedgewars_it.ts Sun Oct 18 14:42:14 2009 +0000 +++ b/share/hedgewars/Data/Locale/hedgewars_it.ts Sun Oct 18 14:44:06 2009 +0000 @@ -367,8 +367,8 @@ This game is in progress. You may join and spectate now but you'll have to wait for the game to end to start playing. - Questa partita è in corso. -You may join and spectate now but you'll have to wait for the game to end to start playing. + Questa partita è in corso. +Puoi entrare e fare da spettatore ora, ma dovrai aspettare la fine della partita per iniziare a giocare. %1 is the host. He may adjust settings and start the game. @@ -1139,7 +1139,7 @@ Camera and cursor controls - + Controlli per il mouse e la visualizzazione Other @@ -1154,7 +1154,7 @@ Traverse gaps and obstacles by jumping: - + Salta e schiva gli ostacoli in questo percorso: Fire your selected weapon or trigger an utility item: @@ -1162,7 +1162,7 @@ Pick a weapon or a target location under the cursor: - + Raccogli un'arma o raggiungi un luogo selezionato dal mouse: Switch your currently active hog (if possible): @@ -1206,11 +1206,11 @@ Take a screenshot: - + Fai uno screenshot: Toggle labels above hedgehogs: - + Attiva/Disattiva le etichete sopra i ricci: diff -r 80ef2224a520 -r 3f84392522cf tools/CMakeLists.txt --- a/tools/CMakeLists.txt Sun Oct 18 14:42:14 2009 +0000 +++ b/tools/CMakeLists.txt Sun Oct 18 14:44:06 2009 +0000 @@ -1,7 +1,7 @@ if (APPLE AND BUNDLE) find_package(OGGVORBIS REQUIRED) -find_package(SPARKLE REQUIRED) +find_package(SPARKLE) find_program(macdeployqt_EXE NAMES macdeployqt macdeployqt-mac) if(NOT macdeployqt_EXE)