Differences From Artifact [9554c5f08d]:
- File MainWindow.cpp — part of check-in [b0fda22886] at 2011-10-21 17:38:02 on branch trunk — Added setting to customize the double-click action in the file view (user: kostas size: 55006)
To Artifact [1e1037c4a8]:
- File MainWindow.cpp — part of check-in [af6bd9ca62] at 2011-10-22 08:41:13 on branch trunk — Improved tooltip text of actions Fixed empty pop-menu in toolbar (user: kostas size: 55144)
| ︙ | |||
2002 2003 2004 2005 2006 2007 2008 2009 | 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 | + + + + + + |
}
log(tr("Folder renamed completed. Don't forget to commit!\n"));
_exit:
refresh();
}
//------------------------------------------------------------------------------
QMenu * MainWindow::createPopupMenu()
{
return NULL;
}
|