Kaydet (Commit) 65597c99 authored tarafından Caolán McNamara's avatar Caolán McNamara

add WarningBox to count-todo-dialogs

Change-Id: Id56afd3bd343980aefce1039704afe0eff581208
üst 7cf74a8e
......@@ -29,8 +29,10 @@ echo We are $percent% of the way through the .ui conversion.
errorboxes=`git grep -h ErrorBox -- *.src|cut -d' ' -f2- |sort|uniq|wc -l`
infoboxes=`git grep -h InfoBox -- *.src|cut -d' ' -f2- |sort|uniq|wc -l`
queryboxes=`git grep -h QueryBox -- *.src|cut -d' ' -f2- |sort|uniq|wc -l`
warningboxes=`git grep -h WarningBox -- *.src|cut -d' ' -f2- |sort|uniq|wc -l`
echo
echo We need to reduce $errorboxes ErrorBox to basic strings as arguments to MessageDialog
echo We need to reduce $infoboxes InfoBox to basic strings as arguments to MessageDialog
echo We need to reduce $queryboxes QueryBox to basic strings as arguments to MessageDialog
echo We need to reduce $warningboxes WarningBox to basic strings as arguments to MessageDialog
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment