Browse Source

format raw strings

pipelines/235045657
Jørgen Lien Sellæg 5 years ago
parent
commit
946052c2a8
  1. 3
      src/files.hpp

3
src/files.hpp

@ -5,7 +5,8 @@
/// version number (JUCI_VERSION) in ../CMakeLists.txt to automatically apply /// version number (JUCI_VERSION) in ../CMakeLists.txt to automatically apply
/// the changes to user's ~/.juci/config/config.json files /// the changes to user's ~/.juci/config/config.json files
const std::string default_config_file = R"RAW({ const std::string default_config_file = R"RAW({
"version": ")RAW" + std::string(JUCI_VERSION) + R"RAW(", "version": ")RAW" + std::string(JUCI_VERSION) +
R"RAW(",
"gtk_theme": { "gtk_theme": {
"name_comment": "Use \"\" for default theme, At least these two exist on all systems: Adwaita, Raleigh", "name_comment": "Use \"\" for default theme, At least these two exist on all systems: Adwaita, Raleigh",
"name": "", "name": "",

Loading…
Cancel
Save