mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra const
This commit is contained in:
parent
86ca30fdc0
commit
b30a860e6d
1 changed files with 3 additions and 3 deletions
|
|
@ -51,8 +51,6 @@ class About
|
||||||
public const DIALOG_FORMAT_SECONDARY_MARKUP_LIB_GTK_META = '<span size="small">version: %d.%d.%d</span>';
|
public const DIALOG_FORMAT_SECONDARY_MARKUP_LIB_GTK_META = '<span size="small">version: %d.%d.%d</span>';
|
||||||
public const DIALOG_FORMAT_SECONDARY_MARKUP_LIB_GTK_HREF = 'https://gtk.org';
|
public const DIALOG_FORMAT_SECONDARY_MARKUP_LIB_GTK_HREF = 'https://gtk.org';
|
||||||
|
|
||||||
public const PHP_VERSION_GTK_EXTENSION = 'php-gtk3';
|
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
Help $help
|
Help $help
|
||||||
) {
|
) {
|
||||||
|
|
@ -143,7 +141,9 @@ class About
|
||||||
sprintf(
|
sprintf(
|
||||||
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_GTK_META),
|
_($this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_GTK_META),
|
||||||
phpversion(
|
phpversion(
|
||||||
$this::PHP_VERSION_GTK_EXTENSION
|
basename(
|
||||||
|
$this::DIALOG_FORMAT_SECONDARY_MARKUP_PHP_GTK_HREF
|
||||||
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
null,
|
null,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue