From 9a13237e7977709bb3c0649adbad76a9dfbe824c Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Sun, 23 Nov 2003 17:20:09 +0000 Subject: [PATCH] - s/^Terminal=0/Terminal=false/ s/^Terminal=1/Terminal=true/ to conform freedesktop.org desktop-entry specification Changed files: bc.desktop -> 1.3 dc.desktop -> 1.3 --- bc.desktop | 2 +- dc.desktop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bc.desktop b/bc.desktop index ae6ce27..4704800 100644 --- a/bc.desktop +++ b/bc.desktop @@ -4,7 +4,7 @@ Comment=Intepreter of bc --- infinite precision calculation language Comment[pl]=Interpreter bc --- języka obliczeń o nieskończonej precyzji Icon= Exec=bc -Terminal=1 +Terminal=true Type=Application Encoding=UTF-8 # vi: encoding=utf-8 diff --git a/dc.desktop b/dc.desktop index fcb4d15..f7bc49f 100644 --- a/dc.desktop +++ b/dc.desktop @@ -4,7 +4,7 @@ Comment=RPN calculator based on bc language Comment[pl]=Kalkulator w odwrotnej notacji polskiej oparty na języku bc Icon= Exec=dc -Terminal=1 +Terminal=true Type=Application Encoding=UTF-8 # vi: encoding=utf-8 -- 2.43.0