implement download and open from the cloud browser

This commit is contained in:
2017-11-06 10:07:19 +00:00
parent 05c5bd1bdb
commit fc402d584a
7 changed files with 54 additions and 27 deletions

View File

@@ -397,7 +397,7 @@ void App::init_menu_file()
std::smatch m;
if (std::regex_search(doc_name, m, r))
{
std::string base = m[1].str();
base = m[1].str();
current = atoi(m[2].str().c_str());
}