Bug Fix - wrong .taskrc file in message

- When a .taskrc file is overridden (with rc:...) task still refers to
  the default file name in output.
This commit is contained in:
Paul Beckingham 2009-08-04 16:01:20 -06:00
parent 7b0edfdeba
commit af49ccf508
2 changed files with 6 additions and 2 deletions

View file

@ -362,7 +362,9 @@ void Context::loadCorrectConfigFile ()
confirm ("A configuration file could not be found in " // TODO i18n
+ home
+ "\n\n"
+ "Would you like a sample .taskrc created, so task can proceed?"))
+ "Would you like a sample "
+ rc
+ " created, so task can proceed?"))
{
config.createDefaultRC (rc, data);
}