branch | RCL_3 |
changeset 62 | a71299154b21 |
parent 61 | 641f389e9157 |
61:641f389e9157 | 62:a71299154b21 |
---|---|
204 iScriptPath = NULL; |
204 iScriptPath = NULL; |
205 } |
205 } |
206 else |
206 else |
207 { |
207 { |
208 TPtr scriptFileNameDes = iScriptPath->Des(); |
208 TPtr scriptFileNameDes = iScriptPath->Des(); |
209 if (scriptFileNameDes.Right(8) == _L(".script1")) |
209 if (scriptFileNameDes.Right(7) == _L(".script")) |
210 { |
210 { |
211 iTefScript = ETrue; |
211 iTefScript = ETrue; |
212 } |
212 } |
213 } |
213 } |
214 } |
214 } |