Dont add null mimetypes. Fixes bgo# 337431. The patch hasnt been officially accepted...
[beagle.git] / search / Pages / RootUser.cs
blob500c396699916630395e1b126b287ed58a135ee2
1 using Gtk;
2 using System;
3 using Mono.Unix;
5 namespace Search.Pages {
7 public class RootUser : Base {
9 public RootUser ()
11 HeaderIconStock = Stock.DialogError;
12 HeaderMarkup = "<big><b>" + Catalog.GetString ("Beagle cannot be run as root") + "</b></big>";
13 Append (Catalog.GetString ("For security reasons, Beagle cannot be run as root. You should restart as a regular user."));