From 4cb1b12751e486cea156c94c826c693fcf3d2f47 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 12 Jul 2011 17:45:06 +0000 Subject: added configuration dialog git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2270 90c681e8-e032-0410-971d-27865f9a5e38 --- update_ts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update_ts.sh') diff --git a/update_ts.sh b/update_ts.sh index 28e0ec785..6bffe59f5 100755 --- a/update_ts.sh +++ b/update_ts.sh @@ -5,7 +5,7 @@ do ts_pro=`cat $file | grep TRANSLATIONS` if [ "$ts_pro" ] then - lupdate -no-obsolete $file + lupdate $file fi done -- cgit v1.2.3-13-gbd6f