Browse Source

s/Icon/Logo/

Signed-off-by: falkTX <falktx@falktx.com>
tags/2021-03-15
falkTX 4 years ago
parent
commit
babbea976e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ports/vitalium/source/interface/editor_sections/about_section.cpp

+ 1
- 1
ports/vitalium/source/interface/editor_sections/about_section.cpp View File

@@ -47,7 +47,7 @@ AboutSection::AboutSection(const String& name) : Overlay(name), body_(Shaders::k
version_text_->setTextSize(12.0f);

fork_text_ = std::make_unique<PlainTextComponent>("About fork",
String("Original plugin by Matt Tytel\nVital fork by falkTX\nIcon design by unfa"));
String("Original plugin by Matt Tytel\nVital fork by falkTX\nLogo design by unfa"));
addOpenGlComponent(fork_text_.get());
fork_text_->setFontType(PlainTextComponent::kLight);
fork_text_->setTextSize(14.0f);


Loading…
Cancel
Save