[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnumed-devel] Re: Fields in the FD (Qt) GUI -- eureka!
From: |
Jim Busser |
Subject: |
Re: [Gnumed-devel] Re: Fields in the FD (Qt) GUI -- eureka! |
Date: |
Tue, 02 Mar 2010 09:57:53 -0800 |
On 2010-03-02, at 8:19 AM, Karsten Hilbert wrote:
> On Sat, Feb 27, 2010 at 07:38:07AM -0800, Jim Busser wrote:
>
>>>> Q... in which table these get stored? Even after saving, I could not find
>>>> the string that I saved.
>>>
>>> The dosages are saved in the user's resources path :
>>> Unices = $home/.FreeDiams/resources/databases/drugs/dosage.db
>>> Win = %HOME%/.FreeDiams/resources/databases/drugs/dosage.db
>>
>> so... not in a table. This is a relief because I worried these could then be
>> lost with a new drug database. Can I suggest the tooltip be modified to
>> "user database" or (maybe better) "user area" or "user file"?
>
> Oh, but *.db IS a "database" in SQLite terms.
OK, suggest the tooltip strings that inform the hover over "Save" and "Save and
prescribe" buttons fixes the english typos and inserts the word "personal":
The dosage will be saved in your personal dosage database, but not
included in this prescription.
The dosage will be saved in your personal dosage database, and used in
this prescription.
("personal" makes it distinct from the drug database, which can any time be
thrown out without losing the personal saved items)