mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 19:49:38 +02:00
clean up
git-svn-id: trunk@9324 -
This commit is contained in:
parent
603d131c19
commit
06896adb92
@ -4,7 +4,7 @@ static char * tidletimer_xpm[] = {
|
||||
" c None",
|
||||
". c #000000",
|
||||
"+ c #AD9226",
|
||||
"@ c #1100D6",
|
||||
"@ c #D2D2D2",
|
||||
" ..... ",
|
||||
" ..+++++.. ",
|
||||
" .++@@@@@++. ",
|
||||
|
@ -1927,7 +1927,7 @@ LazarusResources.Add('tidedialoglayoutstorage','XPM',[
|
||||
]);
|
||||
LazarusResources.Add('tidletimer','XPM',[
|
||||
'/* XPM */'#10'static char * tidletimer_xpm[] = {'#10'"19 19 4 1",'#10'" '#9
|
||||
+'c None",'#10'".'#9'c #000000",'#10'"+'#9'c #AD9226",'#10'"@'#9'c #1100D6",'
|
||||
+'c None",'#10'".'#9'c #000000",'#10'"+'#9'c #AD9226",'#10'"@'#9'c #D2D2D2",'
|
||||
+#10'" ..... ",'#10'" ..+++++.. ",'#10'" .++@@@@@++. '
|
||||
+' ",'#10'" .+@@@@+@@@@+. ",'#10'" .+@@+@@+.@+@@+. ",'#10'" .+@@@@@@+.'
|
||||
+'@@@@@+. ",'#10'" .+@+@@@@+.@@@+@+. ",'#10'".+@@@@@@@+.@@@@@@+.",'#10'".+@@@'
|
||||
|
@ -416,7 +416,7 @@ begin
|
||||
{$ENDIF}
|
||||
end;
|
||||
if FDefaultBrowser='' then begin
|
||||
// then search in path prefer open source ;)
|
||||
// Then search in path. Prefer open source ;)
|
||||
if Find('mozilla')
|
||||
or Find('galeon')
|
||||
or Find('konqueror')
|
||||
|
Loading…
Reference in New Issue
Block a user